Html Css Color HEX #DC09AB Hollywood Cerise

📋 copy color: '#DC09AB'

red 220 ◦ green 9 ◦ blue 171

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

Shades of Hollywood Cerise #DC09AB

Tints of Hollywood Cerise #DC09AB

RGB

 RED value IS 220 (86.33% from 255) = 55%

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

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 55%
G = 2.25%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC09AB (or 0xDC09AB) is known color: Hollywood Cerise. HEX triplet: DC, 09 and AB. RGB value is (220,9,171). Sum of RGB (Red+Green+Blue) = 220+9+171=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 9 (3.91% from 255 or 2.25% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09AB is #23F654. Grayscale: #5A5A5A. Windows color (decimal): -2356821 or 11209180. OLE color: 11209180.

HSL color Cylindrical-coordinate representation of color #DC09AB: hue angle of 313.93º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09AB is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 171 -
CMYK 0 0.96 0.22 0.14
HSL 313.93º 0.92% 0.45% -
HSV(B) 313.93º 0.96% 0.86% -
XYZ 36.96 18.35 40.12 -
YUV 90.56 173.4 220.33 -
System Red Green Blue C M Y K H S L
Decimal 220 9 171 0 0.96 0.22 0.14 313.93 0.92 0.45
Hex DC 9 AB 0 60 16 E 13A 5C 2D
Octal 334 11 253 0 140 26 16 472 134 55
Binary 11011100 1001 10101011 0 1100000 10110 1110 100111010 1011100 101101

Color Harmonies of #DC09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09AB

Black with #DC09AB

Text Example


Text Example

White with #DC09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09AB; }

 p { color: rgb(220,9,171); }

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

background-color css

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

 a { background-color: rgb(220,9,171); }

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

border-color css

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

 span { border-color: rgb(220,9,171); }

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