Html Css Color HEX #DC09B1 Hollywood Cerise

📋 copy color: '#DC09B1'

red 220 ◦ green 9 ◦ blue 177

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

Shades of Hollywood Cerise #DC09B1

Tints of Hollywood Cerise #DC09B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.6%

R = 54.19%
G = 2.22%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC09B1 (or 0xDC09B1) is known color: Hollywood Cerise. HEX triplet: DC, 09 and B1. RGB value is (220,9,177). Sum of RGB (Red+Green+Blue) = 220+9+177=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC09B1 is #23F64E. Grayscale: #5A5A5A. Windows color (decimal): -2356815 or 11602396. OLE color: 11602396.

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

Color convert

RGB 220 9 177 -
CMYK 0 0.96 0.20 0.14
HSL 312.23º 0.92% 0.45% -
HSV(B) 312.23º 0.96% 0.86% -
XYZ 37.55 18.59 43.2 -
YUV 91.24 176.4 219.84 -
System Red Green Blue C M Y K H S L
Decimal 220 9 177 0 0.96 0.20 0.14 312.23 0.92 0.45
Hex DC 9 B1 0 60 14 E 138 5C 2D
Octal 334 11 261 0 140 24 16 470 134 55
Binary 11011100 1001 10110001 0 1100000 10100 1110 100111000 1011100 101101

Color Harmonies of #DC09B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09B1

Black with #DC09B1

Text Example


Text Example

White with #DC09B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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