Html Css Color HEX #D635C9 Fuchsia

📋 copy color: '#D635C9'

red 214 ◦ green 53 ◦ blue 201

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

Shades of Fuchsia #D635C9

Tints of Fuchsia #D635C9

RGB

 RED value IS 214 (83.98% from 255) = 45.73%

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

 BLUE value IS 201 (78.91% from 255) = 42.95%

R = 45.73%
G = 11.32%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D635C9 (or 0xD635C9) is known color: Fuchsia. HEX triplet: D6, 35 and C9. RGB value is (214,53,201). Sum of RGB (Red+Green+Blue) = 214+53+201=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 53 (21.09% from 255 or 11.32% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D635C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D635C9 is #29CA36. Grayscale: #757575. Windows color (decimal): -2738743 or 13186518. OLE color: 13186518.

HSL color Cylindrical-coordinate representation of color #D635C9: hue angle of 304.84º 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 #D635C9 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 201 -
CMYK 0 0.75 0.06 0.16
HSL 304.84º 0.66% 0.52% -
HSV(B) 304.84º 0.75% 0.84% -
XYZ 39.55 21.06 57.24 -
YUV 118.01 174.84 196.47 -
System Red Green Blue C M Y K H S L
Decimal 214 53 201 0 0.75 0.06 0.16 304.84 0.66 0.52
Hex D6 35 C9 0 4B 6 10 131 42 34
Octal 326 65 311 0 113 6 20 461 102 64
Binary 11010110 110101 11001001 0 1001011 110 10000 100110001 1000010 110100

Color Harmonies of #D635C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D635C9

Black with #D635C9

Text Example


Text Example

White with #D635C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D635C9; }

 p { color: rgb(214,53,201); }

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

background-color css

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

 a { background-color: rgb(214,53,201); }

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

border-color css

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

 span { border-color: rgb(214,53,201); }

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