Html Css Color HEX #DC325D Cerise

📋 copy color: '#DC325D'

red 220 ◦ green 50 ◦ blue 93

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

Shades of Cerise #DC325D

Tints of Cerise #DC325D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.77%

 BLUE value IS 93 (36.72% from 255) = 25.62%

R = 60.61%
G = 13.77%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC325D (or 0xDC325D) is known color: Cerise. HEX triplet: DC, 32 and 5D. RGB value is (220,50,93). Sum of RGB (Red+Green+Blue) = 220+50+93=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC325D is #23CDA2. Grayscale: #696969. Windows color (decimal): -2346403 or 6107868. OLE color: 6107868.

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

Color convert

RGB 220 50 93 -
CMYK 0 0.77 0.58 0.14
HSL 344.82º 0.71% 0.53% -
HSV(B) 344.82º 0.77% 0.86% -
XYZ 32.63 18.29 12.17 -
YUV 105.73 120.82 209.5 -
System Red Green Blue C M Y K H S L
Decimal 220 50 93 0 0.77 0.58 0.14 344.82 0.71 0.53
Hex DC 32 5D 0 4D 3A E 159 47 35
Octal 334 62 135 0 115 72 16 531 107 65
Binary 11011100 110010 1011101 0 1001101 111010 1110 101011001 1000111 110101

Color Harmonies of #DC325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC325D

Black with #DC325D

Text Example


Text Example

White with #DC325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC325D; }

 p { color: rgb(220,50,93); }

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

background-color css

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

 a { background-color: rgb(220,50,93); }

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

border-color css

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

 span { border-color: rgb(220,50,93); }

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