Html Css Color HEX #DC2D91 Deep Cerise

📋 copy color: '#DC2D91'

red 220 ◦ green 45 ◦ blue 145

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

Shades of Deep Cerise #DC2D91

Tints of Deep Cerise #DC2D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 35.37%

R = 53.66%
G = 10.98%
B = 35.37%

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

#DC2D91 (or 0xDC2D91) is known color: Deep Cerise. HEX triplet: DC, 2D and 91. RGB value is (220,45,145). Sum of RGB (Red+Green+Blue) = 220+45+145=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2D91 is #23D26E. Grayscale: #6C6C6C. Windows color (decimal): -2347631 or 9514460. OLE color: 9514460.

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

Color convert

RGB 220 45 145 -
CMYK 0 0.80 0.34 0.14
HSL 325.71º 0.71% 0.52% -
HSV(B) 325.71º 0.8% 0.86% -
XYZ 35.56 19.14 28.61 -
YUV 108.73 148.48 207.37 -
System Red Green Blue C M Y K H S L
Decimal 220 45 145 0 0.80 0.34 0.14 325.71 0.71 0.52
Hex DC 2D 91 0 50 22 E 146 47 34
Octal 334 55 221 0 120 42 16 506 107 64
Binary 11011100 101101 10010001 0 1010000 100010 1110 101000110 1000111 110100

Color Harmonies of #DC2D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D91

Black with #DC2D91

Text Example


Text Example

White with #DC2D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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