Html Css Color HEX #DC397E Deep Cerise

📋 copy color: '#DC397E'

red 220 ◦ green 57 ◦ blue 126

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

Shades of Deep Cerise #DC397E

Tints of Deep Cerise #DC397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.14%

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 54.59%
G = 14.14%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC397E (or 0xDC397E) is known color: Deep Cerise. HEX triplet: DC, 39 and 7E. RGB value is (220,57,126). Sum of RGB (Red+Green+Blue) = 220+57+126=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC397E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC397E is #23C681. Grayscale: #717171. Windows color (decimal): -2344578 or 8272348. OLE color: 8272348.

HSL color Cylindrical-coordinate representation of color #DC397E: hue angle of 334.6º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC397E is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 57 126 -
CMYK 0 0.74 0.43 0.14
HSL 334.6º 0.7% 0.54% -
HSV(B) 334.6º 0.74% 0.86% -
XYZ 34.74 19.65 21.7 -
YUV 113.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 220 57 126 0 0.74 0.43 0.14 334.6 0.7 0.54
Hex DC 39 7E 0 4A 2B E 14F 46 36
Octal 334 71 176 0 112 53 16 517 106 66
Binary 11011100 111001 1111110 0 1001010 101011 1110 101001111 1000110 110110

Color Harmonies of #DC397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC397E

Black with #DC397E

Text Example


Text Example

White with #DC397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC397E; }

 p { color: rgb(220,57,126); }

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

background-color css

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

 a { background-color: rgb(220,57,126); }

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

border-color css

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

 span { border-color: rgb(220,57,126); }

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