Html Css Color HEX #D602AD Hollywood Cerise

📋 copy color: '#D602AD'

red 214 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #D602AD

Tints of Hollywood Cerise #D602AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 55.01%
G = 0.51%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D602AD (or 0xD602AD) is known color: Hollywood Cerise. HEX triplet: D6, 02 and AD. RGB value is (214,2,173). Sum of RGB (Red+Green+Blue) = 214+2+173=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 2 (1.17% from 255 or 0.51% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D602AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D602AD is #29FD52. Grayscale: #545454. Windows color (decimal): -2751827 or 11338454. OLE color: 11338454.

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

Color convert

RGB 214 2 173 -
CMYK 0 0.99 0.19 0.16
HSL 311.6º 0.98% 0.42% -
HSV(B) 311.6º 0.99% 0.84% -
XYZ 35.3 17.36 41.03 -
YUV 84.88 177.74 220.1 -
System Red Green Blue C M Y K H S L
Decimal 214 2 173 0 0.99 0.19 0.16 311.6 0.98 0.42
Hex D6 2 AD 0 63 13 10 138 62 2A
Octal 326 2 255 0 143 23 20 470 142 52
Binary 11010110 10 10101101 0 1100011 10011 10000 100111000 1100010 101010

Color Harmonies of #D602AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D602AD

Black with #D602AD

Text Example


Text Example

White with #D602AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D602AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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