Html Css Color HEX #DC396E Cerise

📋 copy color: '#DC396E'

red 220 ◦ green 57 ◦ blue 110

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

Shades of Cerise #DC396E

Tints of Cerise #DC396E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.42%

R = 56.85%
G = 14.73%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC396E (or 0xDC396E) is known color: Cerise. HEX triplet: DC, 39 and 6E. RGB value is (220,57,110). Sum of RGB (Red+Green+Blue) = 220+57+110=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC396E is #23C691. Grayscale: #6F6F6F. Windows color (decimal): -2344594 or 7223772. OLE color: 7223772.

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

Color convert

RGB 220 57 110 -
CMYK 0 0.74 0.50 0.14
HSL 340.49º 0.7% 0.54% -
HSV(B) 340.49º 0.74% 0.86% -
XYZ 33.79 19.27 16.69 -
YUV 111.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 220 57 110 0 0.74 0.50 0.14 340.49 0.7 0.54
Hex DC 39 6E 0 4A 32 E 154 46 36
Octal 334 71 156 0 112 62 16 524 106 66
Binary 11011100 111001 1101110 0 1001010 110010 1110 101010100 1000110 110110

Color Harmonies of #DC396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC396E

Black with #DC396E

Text Example


Text Example

White with #DC396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC396E; }

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

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

background-color css

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

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

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

border-color css

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

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

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