Html Css Color HEX #D605A6 Hollywood Cerise

📋 copy color: '#D605A6'

red 214 ◦ green 5 ◦ blue 166

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

Shades of Hollywood Cerise #D605A6

Tints of Hollywood Cerise #D605A6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.3%

 BLUE value IS 166 (65.23% from 255) = 43.12%

R = 55.58%
G = 1.3%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D605A6 (or 0xD605A6) is known color: Hollywood Cerise. HEX triplet: D6, 05 and A6. RGB value is (214,5,166). Sum of RGB (Red+Green+Blue) = 214+5+166=385 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.58% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 214 - color contains mainly: red. Hex color #D605A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D605A6 is #29FA59. Grayscale: #555555. Windows color (decimal): -2751066 or 10880470. OLE color: 10880470.

HSL color Cylindrical-coordinate representation of color #D605A6: hue angle of 313.78º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D605A6 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 5 166 -
CMYK 0 0.98 0.22 0.16
HSL 313.78º 0.95% 0.43% -
HSV(B) 313.78º 0.98% 0.84% -
XYZ 34.67 17.16 37.56 -
YUV 85.85 173.24 219.41 -
System Red Green Blue C M Y K H S L
Decimal 214 5 166 0 0.98 0.22 0.16 313.78 0.95 0.43
Hex D6 5 A6 0 62 16 10 13A 5F 2B
Octal 326 5 246 0 142 26 20 472 137 53
Binary 11010110 101 10100110 0 1100010 10110 10000 100111010 1011111 101011

Color Harmonies of #D605A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D605A6

Black with #D605A6

Text Example


Text Example

White with #D605A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D605A6; }

 p { color: rgb(214,5,166); }

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

background-color css

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

 a { background-color: rgb(214,5,166); }

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

border-color css

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

 span { border-color: rgb(214,5,166); }

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