Html Css Color HEX #DC2B93 Deep Cerise

📋 copy color: '#DC2B93'

red 220 ◦ green 43 ◦ blue 147

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

Shades of Deep Cerise #DC2B93

Tints of Deep Cerise #DC2B93

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.49%

 BLUE value IS 147 (57.81% from 255) = 35.85%

R = 53.66%
G = 10.49%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC2B93 (or 0xDC2B93) is known color: Deep Cerise. HEX triplet: DC, 2B and 93. RGB value is (220,43,147). Sum of RGB (Red+Green+Blue) = 220+43+147=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2B93 is #23D46C. Grayscale: #6B6B6B. Windows color (decimal): -2348141 or 9645020. OLE color: 9645020.

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

Color convert

RGB 220 43 147 -
CMYK 0 0.80 0.33 0.14
HSL 324.75º 0.72% 0.52% -
HSV(B) 324.75º 0.8% 0.86% -
XYZ 35.65 19.05 29.4 -
YUV 107.78 150.14 208.04 -
System Red Green Blue C M Y K H S L
Decimal 220 43 147 0 0.80 0.33 0.14 324.75 0.72 0.52
Hex DC 2B 93 0 50 21 E 145 48 34
Octal 334 53 223 0 120 41 16 505 110 64
Binary 11011100 101011 10010011 0 1010000 100001 1110 101000101 1001000 110100

Color Harmonies of #DC2B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2B93

Black with #DC2B93

Text Example


Text Example

White with #DC2B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2B93; }

 p { color: rgb(220,43,147); }

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

background-color css

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

 a { background-color: rgb(220,43,147); }

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

border-color css

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

 span { border-color: rgb(220,43,147); }

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