Html Css Color HEX #DC0AB0 Hollywood Cerise

📋 copy color: '#DC0AB0'

red 220 ◦ green 10 ◦ blue 176

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

Shades of Hollywood Cerise #DC0AB0

Tints of Hollywood Cerise #DC0AB0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.46%

 BLUE value IS 176 (69.14% from 255) = 43.35%

R = 54.19%
G = 2.46%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#DC0AB0 (or 0xDC0AB0) is known color: Hollywood Cerise. HEX triplet: DC, 0A and B0. RGB value is (220,10,176). Sum of RGB (Red+Green+Blue) = 220+10+176=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 10 (4.30% from 255 or 2.46% from 406); Blue value is 176 (69.14% from 255 or 43.35% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0AB0 is #23F54F. Grayscale: #5B5B5B. Windows color (decimal): -2356560 or 11537116. OLE color: 11537116.

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

Color convert

RGB 220 10 176 -
CMYK 0 0.95 0.2 0.14
HSL 312.57º 0.91% 0.45% -
HSV(B) 312.57º 0.95% 0.86% -
XYZ 37.46 18.57 42.68 -
YUV 91.71 175.57 219.5 -
System Red Green Blue C M Y K H S L
Decimal 220 10 176 0 0.95 0.2 0.14 312.57 0.91 0.45
Hex DC A B0 0 5F 14 E 139 5B 2D
Octal 334 12 260 0 137 24 16 471 133 55
Binary 11011100 1010 10110000 0 1011111 10100 1110 100111001 1011011 101101

Color Harmonies of #DC0AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AB0

Black with #DC0AB0

Text Example


Text Example

White with #DC0AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AB0; }

 p { color: rgb(220,10,176); }

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

background-color css

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

 a { background-color: rgb(220,10,176); }

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

border-color css

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

 span { border-color: rgb(220,10,176); }

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