Html Css Color HEX #D708A0 Hollywood Cerise

📋 copy color: '#D708A0'

red 215 ◦ green 8 ◦ blue 160

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

Shades of Hollywood Cerise #D708A0

Tints of Hollywood Cerise #D708A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 56.14%
G = 2.09%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D708A0 (or 0xD708A0) is known color: Hollywood Cerise. HEX triplet: D7, 08 and A0. RGB value is (215,8,160). Sum of RGB (Red+Green+Blue) = 215+8+160=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D708A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D708A0 is #28F75F. Grayscale: #565656. Windows color (decimal): -2684768 or 10488023. OLE color: 10488023.

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

Color convert

RGB 215 8 160 -
CMYK 0 0.96 0.26 0.16
HSL 315.94º 0.93% 0.44% -
HSV(B) 315.94º 0.96% 0.84% -
XYZ 34.46 17.16 34.75 -
YUV 87.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 215 8 160 0 0.96 0.26 0.16 315.94 0.93 0.44
Hex D7 8 A0 0 60 1A 10 13C 5D 2C
Octal 327 10 240 0 140 32 20 474 135 54
Binary 11010111 1000 10100000 0 1100000 11010 10000 100111100 1011101 101100

Color Harmonies of #D708A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708A0

Black with #D708A0

Text Example


Text Example

White with #D708A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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