Html Css Color HEX #DC395E Cerise

📋 copy color: '#DC395E'

red 220 ◦ green 57 ◦ blue 94

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

Shades of Cerise #DC395E

Tints of Cerise #DC395E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 59.3%
G = 15.36%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC395E (or 0xDC395E) is known color: Cerise. HEX triplet: DC, 39 and 5E. RGB value is (220,57,94). Sum of RGB (Red+Green+Blue) = 220+57+94=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC395E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC395E is #23C6A1. Grayscale: #6D6D6D. Windows color (decimal): -2344610 or 6175196. OLE color: 6175196.

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

Color convert

RGB 220 57 94 -
CMYK 0 0.74 0.57 0.14
HSL 346.38º 0.7% 0.54% -
HSV(B) 346.38º 0.74% 0.86% -
XYZ 33 18.95 12.51 -
YUV 109.96 119 206.49 -
System Red Green Blue C M Y K H S L
Decimal 220 57 94 0 0.74 0.57 0.14 346.38 0.7 0.54
Hex DC 39 5E 0 4A 39 E 15A 46 36
Octal 334 71 136 0 112 71 16 532 106 66
Binary 11011100 111001 1011110 0 1001010 111001 1110 101011010 1000110 110110

Color Harmonies of #DC395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC395E

Black with #DC395E

Text Example


Text Example

White with #DC395E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC395E; }

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

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

background-color css

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

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

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

border-color css

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

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

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