Html Css Color HEX #DC2D96 Deep Cerise

📋 copy color: '#DC2D96'

red 220 ◦ green 45 ◦ blue 150

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

Shades of Deep Cerise #DC2D96

Tints of Deep Cerise #DC2D96

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.84%

 BLUE value IS 150 (58.98% from 255) = 36.14%

R = 53.01%
G = 10.84%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC2D96 (or 0xDC2D96) is known color: Deep Cerise. HEX triplet: DC, 2D and 96. RGB value is (220,45,150). Sum of RGB (Red+Green+Blue) = 220+45+150=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2D96 is #23D269. Grayscale: #6D6D6D. Windows color (decimal): -2347626 or 9842140. OLE color: 9842140.

HSL color Cylindrical-coordinate representation of color #DC2D96: hue angle of 324º degrees, saturation: 0.71, 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 #DC2D96 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 45 150 -
CMYK 0 0.80 0.32 0.14
HSL 324º 0.71% 0.52% -
HSV(B) 324º 0.8% 0.86% -
XYZ 35.96 19.29 30.68 -
YUV 109.3 150.98 206.96 -
System Red Green Blue C M Y K H S L
Decimal 220 45 150 0 0.80 0.32 0.14 324 0.71 0.52
Hex DC 2D 96 0 50 20 E 144 47 34
Octal 334 55 226 0 120 40 16 504 107 64
Binary 11011100 101101 10010110 0 1010000 100000 1110 101000100 1000111 110100

Color Harmonies of #DC2D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D96

Black with #DC2D96

Text Example


Text Example

White with #DC2D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D96; }

 p { color: rgb(220,45,150); }

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

background-color css

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

 a { background-color: rgb(220,45,150); }

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

border-color css

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

 span { border-color: rgb(220,45,150); }

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