Html Css Color HEX #DC2D8D Deep Cerise

📋 copy color: '#DC2D8D'

red 220 ◦ green 45 ◦ blue 141

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

Shades of Deep Cerise #DC2D8D

Tints of Deep Cerise #DC2D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 54.19%
G = 11.08%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC2D8D (or 0xDC2D8D) is known color: Deep Cerise. HEX triplet: DC, 2D and 8D. RGB value is (220,45,141). Sum of RGB (Red+Green+Blue) = 220+45+141=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2D8D is #23D272. Grayscale: #6C6C6C. Windows color (decimal): -2347635 or 9252316. OLE color: 9252316.

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

Color convert

RGB 220 45 141 -
CMYK 0 0.80 0.36 0.14
HSL 327.09º 0.71% 0.52% -
HSV(B) 327.09º 0.8% 0.86% -
XYZ 35.26 19.02 27.01 -
YUV 108.27 146.48 207.69 -
System Red Green Blue C M Y K H S L
Decimal 220 45 141 0 0.80 0.36 0.14 327.09 0.71 0.52
Hex DC 2D 8D 0 50 24 E 147 47 34
Octal 334 55 215 0 120 44 16 507 107 64
Binary 11011100 101101 10001101 0 1010000 100100 1110 101000111 1000111 110100

Color Harmonies of #DC2D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D8D

Black with #DC2D8D

Text Example


Text Example

White with #DC2D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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