Html Css Color HEX #D9069D Hollywood Cerise

📋 copy color: '#D9069D'

red 217 ◦ green 6 ◦ blue 157

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

Shades of Hollywood Cerise #D9069D

Tints of Hollywood Cerise #D9069D

RGB

 RED value IS 217 (85.16% from 255) = 57.11%

 GREEN value IS 6 (2.73% from 255) = 1.58%

 BLUE value IS 157 (61.72% from 255) = 41.32%

R = 57.11%
G = 1.58%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D9069D (or 0xD9069D) is known color: Hollywood Cerise. HEX triplet: D9, 06 and 9D. RGB value is (217,6,157). Sum of RGB (Red+Green+Blue) = 217+6+157=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 6 (2.73% from 255 or 1.58% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9069D is #26F962. Grayscale: #555555. Windows color (decimal): -2554211 or 10290905. OLE color: 10290905.

HSL color Cylindrical-coordinate representation of color #D9069D: hue angle of 317.06º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9069D is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 157 -
CMYK 0 0.97 0.28 0.15
HSL 317.06º 0.95% 0.44% -
HSV(B) 317.06º 0.97% 0.85% -
XYZ 34.77 17.32 33.41 -
YUV 86.3 167.9 221.22 -
System Red Green Blue C M Y K H S L
Decimal 217 6 157 0 0.97 0.28 0.15 317.06 0.95 0.44
Hex D9 6 9D 0 61 1C F 13D 5F 2C
Octal 331 6 235 0 141 34 17 475 137 54
Binary 11011001 110 10011101 0 1100001 11100 1111 100111101 1011111 101100

Color Harmonies of #D9069D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9069D

Black with #D9069D

Text Example


Text Example

White with #D9069D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9069D; }

 p { color: rgb(217,6,157); }

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

background-color css

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

 a { background-color: rgb(217,6,157); }

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

border-color css

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

 span { border-color: rgb(217,6,157); }

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