Html Css Color HEX #D708A5 Hollywood Cerise

📋 copy color: '#D708A5'

red 215 ◦ green 8 ◦ blue 165

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

Shades of Hollywood Cerise #D708A5

Tints of Hollywood Cerise #D708A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 55.41%
G = 2.06%
B = 42.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D708A5 (or 0xD708A5) is known color: Hollywood Cerise. HEX triplet: D7, 08 and A5. RGB value is (215,8,165). Sum of RGB (Red+Green+Blue) = 215+8+165=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D708A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D708A5 is #28F75A. Grayscale: #575757. Windows color (decimal): -2684763 or 10815703. OLE color: 10815703.

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

Color convert

RGB 215 8 165 -
CMYK 0 0.96 0.23 0.16
HSL 314.49º 0.93% 0.44% -
HSV(B) 314.49º 0.96% 0.84% -
XYZ 34.9 17.34 37.1 -
YUV 87.79 171.58 218.73 -
System Red Green Blue C M Y K H S L
Decimal 215 8 165 0 0.96 0.23 0.16 314.49 0.93 0.44
Hex D7 8 A5 0 60 17 10 13A 5D 2C
Octal 327 10 245 0 140 27 20 472 135 54
Binary 11010111 1000 10100101 0 1100000 10111 10000 100111010 1011101 101100

Color Harmonies of #D708A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D708A5

Black with #D708A5

Text Example


Text Example

White with #D708A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D708A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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