Html Css Color HEX #DC4083 Deep Cerise

📋 copy color: '#DC4083'

red 220 ◦ green 64 ◦ blue 131

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

Shades of Deep Cerise #DC4083

Tints of Deep Cerise #DC4083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.42%

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

R = 53.01%
G = 15.42%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC4083 (or 0xDC4083) is known color: Deep Cerise. HEX triplet: DC, 40 and 83. RGB value is (220,64,131). Sum of RGB (Red+Green+Blue) = 220+64+131=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 131 (51.56% from 255 or 31.57% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4083 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4083 is #23BF7C. Grayscale: #767676. Windows color (decimal): -2342781 or 8601820. OLE color: 8601820.

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

Color convert

RGB 220 64 131 -
CMYK 0 0.71 0.40 0.14
HSL 334.23º 0.69% 0.56% -
HSV(B) 334.23º 0.71% 0.86% -
XYZ 35.45 20.52 23.57 -
YUV 118.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 220 64 131 0 0.71 0.40 0.14 334.23 0.69 0.56
Hex DC 40 83 0 47 28 E 14E 45 38
Octal 334 100 203 0 107 50 16 516 105 70
Binary 11011100 1000000 10000011 0 1000111 101000 1110 101001110 1000101 111000

Color Harmonies of #DC4083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4083

Black with #DC4083

Text Example


Text Example

White with #DC4083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4083; }

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

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

background-color css

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

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

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

border-color css

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

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

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