Html Css Color HEX #DC2D92 Deep Cerise

📋 copy color: '#DC2D92'

red 220 ◦ green 45 ◦ blue 146

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

Shades of Deep Cerise #DC2D92

Tints of Deep Cerise #DC2D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 53.53%
G = 10.95%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC2D92 (or 0xDC2D92) is known color: Deep Cerise. HEX triplet: DC, 2D and 92. RGB value is (220,45,146). Sum of RGB (Red+Green+Blue) = 220+45+146=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2D92 is #23D26D. Grayscale: #6C6C6C. Windows color (decimal): -2347630 or 9579996. OLE color: 9579996.

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

Color convert

RGB 220 45 146 -
CMYK 0 0.80 0.34 0.14
HSL 325.37º 0.71% 0.52% -
HSV(B) 325.37º 0.8% 0.86% -
XYZ 35.64 19.17 29.02 -
YUV 108.84 148.98 207.29 -
System Red Green Blue C M Y K H S L
Decimal 220 45 146 0 0.80 0.34 0.14 325.37 0.71 0.52
Hex DC 2D 92 0 50 22 E 145 47 34
Octal 334 55 222 0 120 42 16 505 107 64
Binary 11011100 101101 10010010 0 1010000 100010 1110 101000101 1000111 110100

Color Harmonies of #DC2D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D92

Black with #DC2D92

Text Example


Text Example

White with #DC2D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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