Html Css Color HEX #DC3859 Cerise

📋 copy color: '#DC3859'

red 220 ◦ green 56 ◦ blue 89

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

Shades of Cerise #DC3859

Tints of Cerise #DC3859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.34%

 BLUE value IS 89 (35.16% from 255) = 24.38%

R = 60.27%
G = 15.34%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC3859 (or 0xDC3859) is known color: Cerise. HEX triplet: DC, 38 and 59. RGB value is (220,56,89). Sum of RGB (Red+Green+Blue) = 220+56+89=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3859 is #23C7A6. Grayscale: #6C6C6C. Windows color (decimal): -2344871 or 5847260. OLE color: 5847260.

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

Color convert

RGB 220 56 89 -
CMYK 0 0.75 0.60 0.14
HSL 347.93º 0.7% 0.54% -
HSV(B) 347.93º 0.75% 0.86% -
XYZ 32.73 18.77 11.35 -
YUV 108.8 116.83 207.32 -
System Red Green Blue C M Y K H S L
Decimal 220 56 89 0 0.75 0.60 0.14 347.93 0.7 0.54
Hex DC 38 59 0 4B 3C E 15C 46 36
Octal 334 70 131 0 113 74 16 534 106 66
Binary 11011100 111000 1011001 0 1001011 111100 1110 101011100 1000110 110110

Color Harmonies of #DC3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3859

Black with #DC3859

Text Example


Text Example

White with #DC3859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3859; }

 p { color: rgb(220,56,89); }

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

background-color css

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

 a { background-color: rgb(220,56,89); }

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

border-color css

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

 span { border-color: rgb(220,56,89); }

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