Html Css Color HEX #DC3F56 Cerise

📋 copy color: '#DC3F56'

red 220 ◦ green 63 ◦ blue 86

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

Shades of Cerise #DC3F56

Tints of Cerise #DC3F56

RGB

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

 GREEN value IS 63 (25% from 255) = 17.07%

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 59.62%
G = 17.07%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC3F56 (or 0xDC3F56) is known color: Cerise. HEX triplet: DC, 3F and 56. RGB value is (220,63,86). Sum of RGB (Red+Green+Blue) = 220+63+86=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F56 is #23C0A9. Grayscale: #707070. Windows color (decimal): -2343082 or 5652444. OLE color: 5652444.

HSL color Cylindrical-coordinate representation of color #DC3F56: hue angle of 351.21º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F56 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 63 86 -
CMYK 0 0.71 0.61 0.14
HSL 351.21º 0.69% 0.55% -
HSV(B) 351.21º 0.71% 0.86% -
XYZ 32.97 19.44 10.82 -
YUV 112.57 113.01 204.63 -
System Red Green Blue C M Y K H S L
Decimal 220 63 86 0 0.71 0.61 0.14 351.21 0.69 0.55
Hex DC 3F 56 0 47 3D E 15F 45 37
Octal 334 77 126 0 107 75 16 537 105 67
Binary 11011100 111111 1010110 0 1000111 111101 1110 101011111 1000101 110111

Color Harmonies of #DC3F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F56

Black with #DC3F56

Text Example


Text Example

White with #DC3F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F56; }

 p { color: rgb(220,63,86); }

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

background-color css

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

 a { background-color: rgb(220,63,86); }

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

border-color css

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

 span { border-color: rgb(220,63,86); }

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