Html Css Color HEX #DC3F61 Cerise

📋 copy color: '#DC3F61'

red 220 ◦ green 63 ◦ blue 97

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

Shades of Cerise #DC3F61

Tints of Cerise #DC3F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.53%

R = 57.89%
G = 16.58%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC3F61 (or 0xDC3F61) is known color: Cerise. HEX triplet: DC, 3F and 61. RGB value is (220,63,97). Sum of RGB (Red+Green+Blue) = 220+63+97=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F61 is #23C09E. Grayscale: #717171. Windows color (decimal): -2343071 or 6373340. OLE color: 6373340.

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

Color convert

RGB 220 63 97 -
CMYK 0 0.71 0.56 0.14
HSL 347.01º 0.69% 0.55% -
HSV(B) 347.01º 0.71% 0.86% -
XYZ 33.45 19.63 13.34 -
YUV 113.82 118.51 203.74 -
System Red Green Blue C M Y K H S L
Decimal 220 63 97 0 0.71 0.56 0.14 347.01 0.69 0.55
Hex DC 3F 61 0 47 38 E 15B 45 37
Octal 334 77 141 0 107 70 16 533 105 67
Binary 11011100 111111 1100001 0 1000111 111000 1110 101011011 1000101 110111

Color Harmonies of #DC3F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3F61

Black with #DC3F61

Text Example


Text Example

White with #DC3F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3F61; }

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

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

background-color css

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

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

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

border-color css

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

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

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