Html Css Color HEX #DC4561 Cerise

📋 copy color: '#DC4561'

red 220 ◦ green 69 ◦ blue 97

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

Shades of Cerise #DC4561

Tints of Cerise #DC4561

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.88%

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

R = 56.99%
G = 17.88%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC4561 (or 0xDC4561) is known color: Cerise. HEX triplet: DC, 45 and 61. RGB value is (220,69,97). Sum of RGB (Red+Green+Blue) = 220+69+97=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4561 is #23BA9E. Grayscale: #757575. Windows color (decimal): -2341535 or 6374876. OLE color: 6374876.

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

Color convert

RGB 220 69 97 -
CMYK 0 0.69 0.56 0.14
HSL 348.87º 0.68% 0.57% -
HSV(B) 348.87º 0.69% 0.86% -
XYZ 33.8 20.33 13.45 -
YUV 117.34 116.53 201.22 -
System Red Green Blue C M Y K H S L
Decimal 220 69 97 0 0.69 0.56 0.14 348.87 0.68 0.57
Hex DC 45 61 0 45 38 E 15D 44 39
Octal 334 105 141 0 105 70 16 535 104 71
Binary 11011100 1000101 1100001 0 1000101 111000 1110 101011101 1000100 111001

Color Harmonies of #DC4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4561

Black with #DC4561

Text Example


Text Example

White with #DC4561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4561; }

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

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

background-color css

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

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

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

border-color css

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

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

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