Html Css Color HEX #DC12AF Hollywood Cerise

📋 copy color: '#DC12AF'

red 220 ◦ green 18 ◦ blue 175

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

Shades of Hollywood Cerise #DC12AF

Tints of Hollywood Cerise #DC12AF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.36%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 53.27%
G = 4.36%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DC12AF (or 0xDC12AF) is known color: Hollywood Cerise. HEX triplet: DC, 12 and AF. RGB value is (220,18,175). Sum of RGB (Red+Green+Blue) = 220+18+175=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC12AF is #23ED50. Grayscale: #5F5F5F. Windows color (decimal): -2354513 or 11473628. OLE color: 11473628.

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

Color convert

RGB 220 18 175 -
CMYK 0 0.92 0.20 0.14
HSL 313.37º 0.85% 0.47% -
HSV(B) 313.37º 0.92% 0.86% -
XYZ 37.47 18.74 42.2 -
YUV 96.3 172.42 216.23 -
System Red Green Blue C M Y K H S L
Decimal 220 18 175 0 0.92 0.20 0.14 313.37 0.85 0.47
Hex DC 12 AF 0 5C 14 E 139 55 2F
Octal 334 22 257 0 134 24 16 471 125 57
Binary 11011100 10010 10101111 0 1011100 10100 1110 100111001 1010101 101111

Color Harmonies of #DC12AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12AF

Black with #DC12AF

Text Example


Text Example

White with #DC12AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12AF; }

 p { color: rgb(220,18,175); }

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

background-color css

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

 a { background-color: rgb(220,18,175); }

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

border-color css

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

 span { border-color: rgb(220,18,175); }

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