Html Css Color HEX #D708A2 Hollywood Cerise

📋 copy color: '#D708A2'

red 215 ◦ green 8 ◦ blue 162

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

Shades of Hollywood Cerise #D708A2

Tints of Hollywood Cerise #D708A2

RGB

 RED value IS 215 (84.38% from 255) = 55.84%

 GREEN value IS 8 (3.52% from 255) = 2.08%

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 55.84%
G = 2.08%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D708A2 (or 0xD708A2) is known color: Hollywood Cerise. HEX triplet: D7, 08 and A2. RGB value is (215,8,162). Sum of RGB (Red+Green+Blue) = 215+8+162=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D708A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D708A2 is #28F75D. Grayscale: #575757. Windows color (decimal): -2684766 or 10619095. OLE color: 10619095.

HSL color Cylindrical-coordinate representation of color #D708A2: hue angle of 315.36º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D708A2 is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 8 162 -
CMYK 0 0.96 0.25 0.16
HSL 315.36º 0.93% 0.44% -
HSV(B) 315.36º 0.96% 0.84% -
XYZ 34.63 17.23 35.68 -
YUV 87.45 170.08 218.98 -
System Red Green Blue C M Y K H S L
Decimal 215 8 162 0 0.96 0.25 0.16 315.36 0.93 0.44
Hex D7 8 A2 0 60 19 10 13B 5D 2C
Octal 327 10 242 0 140 31 20 473 135 54
Binary 11010111 1000 10100010 0 1100000 11001 10000 100111011 1011101 101100

Color Harmonies of #D708A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708A2

Black with #D708A2

Text Example


Text Example

White with #D708A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708A2; }

 p { color: rgb(215,8,162); }

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

background-color css

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

 a { background-color: rgb(215,8,162); }

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

border-color css

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

 span { border-color: rgb(215,8,162); }

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