Html Css Color HEX #DC1E8B Deep Cerise

📋 copy color: '#DC1E8B'

red 220 ◦ green 30 ◦ blue 139

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

Shades of Deep Cerise #DC1E8B

Tints of Deep Cerise #DC1E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.73%

R = 56.56%
G = 7.71%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC1E8B (or 0xDC1E8B) is known color: Deep Cerise. HEX triplet: DC, 1E and 8B. RGB value is (220,30,139). Sum of RGB (Red+Green+Blue) = 220+30+139=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1E8B is #23E174. Grayscale: #626262. Windows color (decimal): -2351477 or 9117404. OLE color: 9117404.

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

Color convert

RGB 220 30 139 -
CMYK 0 0.86 0.37 0.14
HSL 325.58º 0.76% 0.49% -
HSV(B) 325.58º 0.86% 0.86% -
XYZ 34.64 18.01 26.08 -
YUV 99.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 220 30 139 0 0.86 0.37 0.14 325.58 0.76 0.49
Hex DC 1E 8B 0 56 25 E 146 4C 31
Octal 334 36 213 0 126 45 16 506 114 61
Binary 11011100 11110 10001011 0 1010110 100101 1110 101000110 1001100 110001

Color Harmonies of #DC1E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1E8B

Black with #DC1E8B

Text Example


Text Example

White with #DC1E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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