Html Css Color HEX #D602A6 Hollywood Cerise

📋 copy color: '#D602A6'

red 214 ◦ green 2 ◦ blue 166

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

Shades of Hollywood Cerise #D602A6

Tints of Hollywood Cerise #D602A6

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

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

R = 56.02%
G = 0.52%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D602A6 (or 0xD602A6) is known color: Hollywood Cerise. HEX triplet: D6, 02 and A6. RGB value is (214,2,166). Sum of RGB (Red+Green+Blue) = 214+2+166=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D602A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D602A6 is #29FD59. Grayscale: #535353. Windows color (decimal): -2751834 or 10879702. OLE color: 10879702.

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

Color convert

RGB 214 2 166 -
CMYK 0 0.99 0.22 0.16
HSL 313.58º 0.98% 0.42% -
HSV(B) 313.58º 0.99% 0.84% -
XYZ 34.64 17.09 37.55 -
YUV 84.08 174.24 220.66 -
System Red Green Blue C M Y K H S L
Decimal 214 2 166 0 0.99 0.22 0.16 313.58 0.98 0.42
Hex D6 2 A6 0 63 16 10 13A 62 2A
Octal 326 2 246 0 143 26 20 472 142 52
Binary 11010110 10 10100110 0 1100011 10110 10000 100111010 1100010 101010

Color Harmonies of #D602A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602A6

Black with #D602A6

Text Example


Text Example

White with #D602A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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