Html Css Color HEX #DC2C98 Deep Cerise

📋 copy color: '#DC2C98'

red 220 ◦ green 44 ◦ blue 152

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

Shades of Deep Cerise #DC2C98

Tints of Deep Cerise #DC2C98

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.58%

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

R = 52.88%
G = 10.58%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC2C98 (or 0xDC2C98) is known color: Deep Cerise. HEX triplet: DC, 2C and 98. RGB value is (220,44,152). Sum of RGB (Red+Green+Blue) = 220+44+152=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2C98 is #23D367. Grayscale: #6C6C6C. Windows color (decimal): -2347880 or 9972956. OLE color: 9972956.

HSL color Cylindrical-coordinate representation of color #DC2C98: hue angle of 323.18º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2C98 is Cyan = 0, Magento = 0.8, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 44 152 -
CMYK 0 0.8 0.31 0.14
HSL 323.18º 0.72% 0.52% -
HSV(B) 323.18º 0.8% 0.86% -
XYZ 36.08 19.28 31.53 -
YUV 108.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 220 44 152 0 0.8 0.31 0.14 323.18 0.72 0.52
Hex DC 2C 98 0 50 1F E 143 48 34
Octal 334 54 230 0 120 37 16 503 110 64
Binary 11011100 101100 10011000 0 1010000 11111 1110 101000011 1001000 110100

Color Harmonies of #DC2C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2C98

Black with #DC2C98

Text Example


Text Example

White with #DC2C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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