Html Css Color HEX #D9069A Hollywood Cerise

📋 copy color: '#D9069A'

red 217 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #D9069A

Tints of Hollywood Cerise #D9069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 57.56%
G = 1.59%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D9069A (or 0xD9069A) is known color: Hollywood Cerise. HEX triplet: D9, 06 and 9A. RGB value is (217,6,154). Sum of RGB (Red+Green+Blue) = 217+6+154=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 6 (2.73% from 255 or 1.59% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D9069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9069A is #26F965. Grayscale: #555555. Windows color (decimal): -2554214 or 10094297. OLE color: 10094297.

HSL color Cylindrical-coordinate representation of color #D9069A: hue angle of 317.91º 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 #D9069A is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 6 154 -
CMYK 0 0.97 0.29 0.15
HSL 317.91º 0.95% 0.44% -
HSV(B) 317.91º 0.97% 0.85% -
XYZ 34.51 17.22 32.08 -
YUV 85.96 166.4 221.47 -
System Red Green Blue C M Y K H S L
Decimal 217 6 154 0 0.97 0.29 0.15 317.91 0.95 0.44
Hex D9 6 9A 0 61 1D F 13E 5F 2C
Octal 331 6 232 0 141 35 17 476 137 54
Binary 11011001 110 10011010 0 1100001 11101 1111 100111110 1011111 101100

Color Harmonies of #D9069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9069A

Black with #D9069A

Text Example


Text Example

White with #D9069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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