Html Css Color HEX #DC0CA4 Hollywood Cerise

📋 copy color: '#DC0CA4'

red 220 ◦ green 12 ◦ blue 164

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

Shades of Hollywood Cerise #DC0CA4

Tints of Hollywood Cerise #DC0CA4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.03%

 BLUE value IS 164 (64.45% from 255) = 41.41%

R = 55.56%
G = 3.03%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC0CA4 (or 0xDC0CA4) is known color: Hollywood Cerise. HEX triplet: DC, 0C and A4. RGB value is (220,12,164). Sum of RGB (Red+Green+Blue) = 220+12+164=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 12 (5.08% from 255 or 3.03% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0CA4 is #23F35B. Grayscale: #5B5B5B. Windows color (decimal): -2356060 or 10751196. OLE color: 10751196.

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

Color convert

RGB 220 12 164 -
CMYK 0 0.95 0.25 0.14
HSL 316.15º 0.9% 0.45% -
HSV(B) 316.15º 0.95% 0.86% -
XYZ 36.35 18.16 36.71 -
YUV 91.52 168.91 219.64 -
System Red Green Blue C M Y K H S L
Decimal 220 12 164 0 0.95 0.25 0.14 316.15 0.9 0.45
Hex DC C A4 0 5F 19 E 13C 5A 2D
Octal 334 14 244 0 137 31 16 474 132 55
Binary 11011100 1100 10100100 0 1011111 11001 1110 100111100 1011010 101101

Color Harmonies of #DC0CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0CA4

Black with #DC0CA4

Text Example


Text Example

White with #DC0CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0CA4; }

 p { color: rgb(220,12,164); }

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

background-color css

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

 a { background-color: rgb(220,12,164); }

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

border-color css

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

 span { border-color: rgb(220,12,164); }

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