Html Css Color HEX #DC1E9D Deep Cerise

📋 copy color: '#DC1E9D'

red 220 ◦ green 30 ◦ blue 157

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

Shades of Deep Cerise #DC1E9D

Tints of Deep Cerise #DC1E9D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.37%

 BLUE value IS 157 (61.72% from 255) = 38.57%

R = 54.05%
G = 7.37%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC1E9D (or 0xDC1E9D) is known color: Deep Cerise. HEX triplet: DC, 1E and 9D. RGB value is (220,30,157). Sum of RGB (Red+Green+Blue) = 220+30+157=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1E9D is #23E162. Grayscale: #646464. Windows color (decimal): -2351459 or 10297052. OLE color: 10297052.

HSL color Cylindrical-coordinate representation of color #DC1E9D: hue angle of 319.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1E9D is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 30 157 -
CMYK 0 0.86 0.29 0.14
HSL 319.89º 0.76% 0.49% -
HSV(B) 319.89º 0.86% 0.86% -
XYZ 36.07 18.58 33.58 -
YUV 101.29 159.45 212.67 -
System Red Green Blue C M Y K H S L
Decimal 220 30 157 0 0.86 0.29 0.14 319.89 0.76 0.49
Hex DC 1E 9D 0 56 1D E 140 4C 31
Octal 334 36 235 0 126 35 16 500 114 61
Binary 11011100 11110 10011101 0 1010110 11101 1110 101000000 1001100 110001

Color Harmonies of #DC1E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E9D

Black with #DC1E9D

Text Example


Text Example

White with #DC1E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E9D; }

 p { color: rgb(220,30,157); }

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

background-color css

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

 a { background-color: rgb(220,30,157); }

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

border-color css

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

 span { border-color: rgb(220,30,157); }

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