Html Css Color HEX #DC0B98 Hollywood Cerise

📋 copy color: '#DC0B98'

red 220 ◦ green 11 ◦ blue 152

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

Shades of Hollywood Cerise #DC0B98

Tints of Hollywood Cerise #DC0B98

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.87%

 BLUE value IS 152 (59.77% from 255) = 39.69%

R = 57.44%
G = 2.87%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC0B98 (or 0xDC0B98) is known color: Hollywood Cerise. HEX triplet: DC, 0B and 98. RGB value is (220,11,152). Sum of RGB (Red+Green+Blue) = 220+11+152=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 11 (4.69% from 255 or 2.87% from 383); Blue value is 152 (59.77% from 255 or 39.69% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0B98 is #23F467. Grayscale: #595959. Windows color (decimal): -2356328 or 9964508. OLE color: 9964508.

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

Color convert

RGB 220 11 152 -
CMYK 0 0.95 0.31 0.14
HSL 319.52º 0.9% 0.45% -
HSV(B) 319.52º 0.95% 0.86% -
XYZ 35.3 17.72 31.27 -
YUV 89.57 163.24 221.04 -
System Red Green Blue C M Y K H S L
Decimal 220 11 152 0 0.95 0.31 0.14 319.52 0.9 0.45
Hex DC B 98 0 5F 1F E 140 5A 2D
Octal 334 13 230 0 137 37 16 500 132 55
Binary 11011100 1011 10011000 0 1011111 11111 1110 101000000 1011010 101101

Color Harmonies of #DC0B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B98

Black with #DC0B98

Text Example


Text Example

White with #DC0B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B98; }

 p { color: rgb(220,11,152); }

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

background-color css

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

 a { background-color: rgb(220,11,152); }

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

border-color css

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

 span { border-color: rgb(220,11,152); }

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