Html Css Color HEX #DC2E8D Deep Cerise

📋 copy color: '#DC2E8D'

red 220 ◦ green 46 ◦ blue 141

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

Shades of Deep Cerise #DC2E8D

Tints of Deep Cerise #DC2E8D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.3%

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

R = 54.05%
G = 11.3%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC2E8D (or 0xDC2E8D) is known color: Deep Cerise. HEX triplet: DC, 2E and 8D. RGB value is (220,46,141). Sum of RGB (Red+Green+Blue) = 220+46+141=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 46 (18.36% from 255 or 11.30% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2E8D is #23D172. Grayscale: #6C6C6C. Windows color (decimal): -2347379 or 9252572. OLE color: 9252572.

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

Color convert

RGB 220 46 141 -
CMYK 0 0.79 0.36 0.14
HSL 327.24º 0.71% 0.52% -
HSV(B) 327.24º 0.79% 0.86% -
XYZ 35.3 19.09 27.02 -
YUV 108.86 146.15 207.28 -
System Red Green Blue C M Y K H S L
Decimal 220 46 141 0 0.79 0.36 0.14 327.24 0.71 0.52
Hex DC 2E 8D 0 4F 24 E 147 47 34
Octal 334 56 215 0 117 44 16 507 107 64
Binary 11011100 101110 10001101 0 1001111 100100 1110 101000111 1000111 110100

Color Harmonies of #DC2E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2E8D

Black with #DC2E8D

Text Example


Text Example

White with #DC2E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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