Html Css Color HEX #DC2283 Deep Cerise

📋 copy color: '#DC2283'

red 220 ◦ green 34 ◦ blue 131

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

Shades of Deep Cerise #DC2283

Tints of Deep Cerise #DC2283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.83%

 BLUE value IS 131 (51.56% from 255) = 34.03%

R = 57.14%
G = 8.83%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC2283 (or 0xDC2283) is known color: Deep Cerise. HEX triplet: DC, 22 and 83. RGB value is (220,34,131). Sum of RGB (Red+Green+Blue) = 220+34+131=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2283 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2283 is #23DD7C. Grayscale: #646464. Windows color (decimal): -2350461 or 8594140. OLE color: 8594140.

HSL color Cylindrical-coordinate representation of color #DC2283: hue angle of 328.71º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2283 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 131 -
CMYK 0 0.85 0.40 0.14
HSL 328.71º 0.73% 0.5% -
HSV(B) 328.71º 0.85% 0.86% -
XYZ 34.18 18 23.15 -
YUV 100.67 145.12 213.11 -
System Red Green Blue C M Y K H S L
Decimal 220 34 131 0 0.85 0.40 0.14 328.71 0.73 0.5
Hex DC 22 83 0 55 28 E 149 49 32
Octal 334 42 203 0 125 50 16 511 111 62
Binary 11011100 100010 10000011 0 1010101 101000 1110 101001001 1001001 110010

Color Harmonies of #DC2283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2283

Black with #DC2283

Text Example


Text Example

White with #DC2283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2283; }

 p { color: rgb(220,34,131); }

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

background-color css

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

 a { background-color: rgb(220,34,131); }

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

border-color css

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

 span { border-color: rgb(220,34,131); }

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