Html Css Color HEX #DC3A61 Cerise

📋 copy color: '#DC3A61'

red 220 ◦ green 58 ◦ blue 97

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

Shades of Cerise #DC3A61

Tints of Cerise #DC3A61

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.47%

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

R = 58.67%
G = 15.47%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC3A61 (or 0xDC3A61) is known color: Cerise. HEX triplet: DC, 3A and 61. RGB value is (220,58,97). Sum of RGB (Red+Green+Blue) = 220+58+97=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3A61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3A61 is #23C59E. Grayscale: #6E6E6E. Windows color (decimal): -2344351 or 6372060. OLE color: 6372060.

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

Color convert

RGB 220 58 97 -
CMYK 0 0.74 0.56 0.14
HSL 345.56º 0.7% 0.55% -
HSV(B) 345.56º 0.74% 0.86% -
XYZ 33.19 19.1 13.25 -
YUV 110.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 220 58 97 0 0.74 0.56 0.14 345.56 0.7 0.55
Hex DC 3A 61 0 4A 38 E 15A 46 37
Octal 334 72 141 0 112 70 16 532 106 67
Binary 11011100 111010 1100001 0 1001010 111000 1110 101011010 1000110 110111

Color Harmonies of #DC3A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3A61

Black with #DC3A61

Text Example


Text Example

White with #DC3A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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