Html Css Color HEX #DC395B Cerise

📋 copy color: '#DC395B'

red 220 ◦ green 57 ◦ blue 91

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

Shades of Cerise #DC395B

Tints of Cerise #DC395B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 59.78%
G = 15.49%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC395B (or 0xDC395B) is known color: Cerise. HEX triplet: DC, 39 and 5B. RGB value is (220,57,91). Sum of RGB (Red+Green+Blue) = 220+57+91=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC395B is #23C6A4. Grayscale: #6D6D6D. Windows color (decimal): -2344613 or 5978588. OLE color: 5978588.

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

Color convert

RGB 220 57 91 -
CMYK 0 0.74 0.59 0.14
HSL 347.48º 0.7% 0.54% -
HSV(B) 347.48º 0.74% 0.86% -
XYZ 32.87 18.9 11.81 -
YUV 109.61 117.5 206.74 -
System Red Green Blue C M Y K H S L
Decimal 220 57 91 0 0.74 0.59 0.14 347.48 0.7 0.54
Hex DC 39 5B 0 4A 3B E 15B 46 36
Octal 334 71 133 0 112 73 16 533 106 66
Binary 11011100 111001 1011011 0 1001010 111011 1110 101011011 1000110 110110

Color Harmonies of #DC395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC395B

Black with #DC395B

Text Example


Text Example

White with #DC395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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