Html Css Color HEX #D535C0 Fuchsia

📋 copy color: '#D535C0'

red 213 ◦ green 53 ◦ blue 192

#D535C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D535C0

Tints of Fuchsia #D535C0

RGB

 RED value IS 213 (83.59% from 255) = 46.51%

 GREEN value IS 53 (21.09% from 255) = 11.57%

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 46.51%
G = 11.57%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D535C0 (or 0xD535C0) is known color: Fuchsia. HEX triplet: D5, 35 and C0. RGB value is (213,53,192). Sum of RGB (Red+Green+Blue) = 213+53+192=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 53 (21.09% from 255 or 11.57% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D535C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535C0 is #2ACA3F. Grayscale: #747474. Windows color (decimal): -2804288 or 12596693. OLE color: 12596693.

HSL color Cylindrical-coordinate representation of color #D535C0: hue angle of 307.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D535C0 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 192 -
CMYK 0 0.75 0.10 0.16
HSL 307.88º 0.66% 0.52% -
HSV(B) 307.88º 0.75% 0.84% -
XYZ 38.23 20.5 51.81 -
YUV 116.69 170.51 196.7 -
System Red Green Blue C M Y K H S L
Decimal 213 53 192 0 0.75 0.10 0.16 307.88 0.66 0.52
Hex D5 35 C0 0 4B A 10 134 42 34
Octal 325 65 300 0 113 12 20 464 102 64
Binary 11010101 110101 11000000 0 1001011 1010 10000 100110100 1000010 110100

Color Harmonies of #D535C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535C0

Black with #D535C0

Text Example


Text Example

White with #D535C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535C0; }

 p { color: rgb(213,53,192); }

 H1.HeaderClassName
 {
   color: #D535C0;
 }
 .AnyTagClassName
 {
   color: #D535C0;
 }
</style>

background-color css

<style>
 a { background-color: #D535C0; }

 a { background-color: rgb(213,53,192); }

 div.DivClassName
 {
   background-color: #D535C0;
 }
 .BgClassName
 {
   background-color: #D535C0;
 }
</style>

border-color css

<style>
 span { border-color: #D535C0; }

 span { border-color: rgb(213,53,192); }

 td.TdClassName
 {
   border-color: #D535C0;
 }
 .TagClassName
 {
   border-color: #D535C0;
 }
</style>