Html Css Color HEX #DC325E Cerise

📋 copy color: '#DC325E'

red 220 ◦ green 50 ◦ blue 94

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

Shades of Cerise #DC325E

Tints of Cerise #DC325E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.82%

R = 60.44%
G = 13.74%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC325E (or 0xDC325E) is known color: Cerise. HEX triplet: DC, 32 and 5E. RGB value is (220,50,94). Sum of RGB (Red+Green+Blue) = 220+50+94=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC325E is #23CDA1. Grayscale: #696969. Windows color (decimal): -2346402 or 6173404. OLE color: 6173404.

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

Color convert

RGB 220 50 94 -
CMYK 0 0.77 0.57 0.14
HSL 344.47º 0.71% 0.53% -
HSV(B) 344.47º 0.77% 0.86% -
XYZ 32.68 18.31 12.4 -
YUV 105.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 220 50 94 0 0.77 0.57 0.14 344.47 0.71 0.53
Hex DC 32 5E 0 4D 39 E 158 47 35
Octal 334 62 136 0 115 71 16 530 107 65
Binary 11011100 110010 1011110 0 1001101 111001 1110 101011000 1000111 110101

Color Harmonies of #DC325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC325E

Black with #DC325E

Text Example


Text Example

White with #DC325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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