Html Css Color HEX #DC0F9D Hollywood Cerise

📋 copy color: '#DC0F9D'

red 220 ◦ green 15 ◦ blue 157

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

Shades of Hollywood Cerise #DC0F9D

Tints of Hollywood Cerise #DC0F9D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.83%

 BLUE value IS 157 (61.72% from 255) = 40.05%

R = 56.12%
G = 3.83%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC0F9D (or 0xDC0F9D) is known color: Hollywood Cerise. HEX triplet: DC, 0F and 9D. RGB value is (220,15,157). Sum of RGB (Red+Green+Blue) = 220+15+157=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 157 (61.72% from 255 or 40.05% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0F9D is #23F062. Grayscale: #5C5C5C. Windows color (decimal): -2355299 or 10293212. OLE color: 10293212.

HSL color Cylindrical-coordinate representation of color #DC0F9D: hue angle of 318.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F9D is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 157 -
CMYK 0 0.93 0.29 0.14
HSL 318.44º 0.87% 0.46% -
HSV(B) 318.44º 0.93% 0.86% -
XYZ 35.77 17.99 33.49 -
YUV 92.48 164.42 218.95 -
System Red Green Blue C M Y K H S L
Decimal 220 15 157 0 0.93 0.29 0.14 318.44 0.87 0.46
Hex DC F 9D 0 5D 1D E 13E 57 2E
Octal 334 17 235 0 135 35 16 476 127 56
Binary 11011100 1111 10011101 0 1011101 11101 1110 100111110 1010111 101110

Color Harmonies of #DC0F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F9D

Black with #DC0F9D

Text Example


Text Example

White with #DC0F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F9D; }

 p { color: rgb(220,15,157); }

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

background-color css

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

 a { background-color: rgb(220,15,157); }

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

border-color css

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

 span { border-color: rgb(220,15,157); }

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