Html Css Color HEX #DC3E8B Deep Cerise

📋 copy color: '#DC3E8B'

red 220 ◦ green 62 ◦ blue 139

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

Shades of Deep Cerise #DC3E8B

Tints of Deep Cerise #DC3E8B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.73%

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

R = 52.26%
G = 14.73%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC3E8B (or 0xDC3E8B) is known color: Deep Cerise. HEX triplet: DC, 3E and 8B. RGB value is (220,62,139). Sum of RGB (Red+Green+Blue) = 220+62+139=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3E8B is #23C174. Grayscale: #757575. Windows color (decimal): -2343285 or 9125596. OLE color: 9125596.

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

Color convert

RGB 220 62 139 -
CMYK 0 0.72 0.37 0.14
HSL 330.76º 0.69% 0.55% -
HSV(B) 330.76º 0.72% 0.86% -
XYZ 35.9 20.52 26.5 -
YUV 118.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 220 62 139 0 0.72 0.37 0.14 330.76 0.69 0.55
Hex DC 3E 8B 0 48 25 E 14B 45 37
Octal 334 76 213 0 110 45 16 513 105 67
Binary 11011100 111110 10001011 0 1001000 100101 1110 101001011 1000101 110111

Color Harmonies of #DC3E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E8B

Black with #DC3E8B

Text Example


Text Example

White with #DC3E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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