Html Css Color HEX #D709A2 Hollywood Cerise

📋 copy color: '#D709A2'

red 215 ◦ green 9 ◦ blue 162

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

Shades of Hollywood Cerise #D709A2

Tints of Hollywood Cerise #D709A2

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.33%

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

R = 55.7%
G = 2.33%
B = 41.97%

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

#D709A2 (or 0xD709A2) is known color: Hollywood Cerise. HEX triplet: D7, 09 and A2. RGB value is (215,9,162). Sum of RGB (Red+Green+Blue) = 215+9+162=386 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.70% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 215 - color contains mainly: red. Hex color #D709A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D709A2 is #28F65D. Grayscale: #575757. Windows color (decimal): -2684510 or 10619351. OLE color: 10619351.

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

Color convert

RGB 215 9 162 -
CMYK 0 0.96 0.25 0.16
HSL 315.44º 0.92% 0.44% -
HSV(B) 315.44º 0.96% 0.84% -
XYZ 34.64 17.25 35.69 -
YUV 88.04 169.75 218.56 -
System Red Green Blue C M Y K H S L
Decimal 215 9 162 0 0.96 0.25 0.16 315.44 0.92 0.44
Hex D7 9 A2 0 60 19 10 13B 5C 2C
Octal 327 11 242 0 140 31 20 473 134 54
Binary 11010111 1001 10100010 0 1100000 11001 10000 100111011 1011100 101100

Color Harmonies of #D709A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D709A2

Black with #D709A2

Text Example


Text Example

White with #D709A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D709A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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