Html Css Color HEX #DC0AB3 Hollywood Cerise

📋 copy color: '#DC0AB3'

red 220 ◦ green 10 ◦ blue 179

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

Shades of Hollywood Cerise #DC0AB3

Tints of Hollywood Cerise #DC0AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.77%

R = 53.79%
G = 2.44%
B = 43.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DC0AB3 (or 0xDC0AB3) is known color: Hollywood Cerise. HEX triplet: DC, 0A and B3. RGB value is (220,10,179). Sum of RGB (Red+Green+Blue) = 220+10+179=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 10 (4.30% from 255 or 2.44% from 409); Blue value is 179 (70.31% from 255 or 43.77% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0AB3 is #23F54C. Grayscale: #5B5B5B. Windows color (decimal): -2356557 or 11733724. OLE color: 11733724.

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

Color convert

RGB 220 10 179 -
CMYK 0 0.95 0.19 0.14
HSL 311.71º 0.91% 0.45% -
HSV(B) 311.71º 0.95% 0.86% -
XYZ 37.76 18.69 44.26 -
YUV 92.06 177.07 219.26 -
System Red Green Blue C M Y K H S L
Decimal 220 10 179 0 0.95 0.19 0.14 311.71 0.91 0.45
Hex DC A B3 0 5F 13 E 138 5B 2D
Octal 334 12 263 0 137 23 16 470 133 55
Binary 11011100 1010 10110011 0 1011111 10011 1110 100111000 1011011 101101

Color Harmonies of #DC0AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0AB3

Black with #DC0AB3

Text Example


Text Example

White with #DC0AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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