Html Css Color HEX #D609A0 Hollywood Cerise

📋 copy color: '#D609A0'

red 214 ◦ green 9 ◦ blue 160

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

Shades of Hollywood Cerise #D609A0

Tints of Hollywood Cerise #D609A0

RGB

 RED value IS 214 (83.98% from 255) = 55.87%

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

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

R = 55.87%
G = 2.35%
B = 41.78%

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

#D609A0 (or 0xD609A0) is known color: Hollywood Cerise. HEX triplet: D6, 09 and A0. RGB value is (214,9,160). Sum of RGB (Red+Green+Blue) = 214+9+160=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D609A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D609A0 is #29F65F. Grayscale: #575757. Windows color (decimal): -2750048 or 10488278. OLE color: 10488278.

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

Color convert

RGB 214 9 160 -
CMYK 0 0.96 0.25 0.16
HSL 315.8º 0.92% 0.44% -
HSV(B) 315.8º 0.96% 0.84% -
XYZ 34.17 17.03 34.74 -
YUV 87.51 168.92 218.22 -
System Red Green Blue C M Y K H S L
Decimal 214 9 160 0 0.96 0.25 0.16 315.8 0.92 0.44
Hex D6 9 A0 0 60 19 10 13C 5C 2C
Octal 326 11 240 0 140 31 20 474 134 54
Binary 11010110 1001 10100000 0 1100000 11001 10000 100111100 1011100 101100

Color Harmonies of #D609A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609A0

Black with #D609A0

Text Example


Text Example

White with #D609A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609A0; }

 p { color: rgb(214,9,160); }

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

background-color css

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

 a { background-color: rgb(214,9,160); }

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

border-color css

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

 span { border-color: rgb(214,9,160); }

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