Html Css Color HEX #DD325E Cerise

📋 copy color: '#DD325E'

red 221 ◦ green 50 ◦ blue 94

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

Shades of Cerise #DD325E

Tints of Cerise #DD325E

RGB

 RED value IS 221 (86.72% from 255) = 60.55%

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

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

R = 60.55%
G = 13.7%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD325E (or 0xDD325E) is known color: Cerise. HEX triplet: DD, 32 and 5E. RGB value is (221,50,94). Sum of RGB (Red+Green+Blue) = 221+50+94=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD325E is #22CDA1. Grayscale: #6A6A6A. Windows color (decimal): -2280866 or 6173405. OLE color: 6173405.

HSL color Cylindrical-coordinate representation of color #DD325E: hue angle of 344.56º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD325E is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 50 94 -
CMYK 0 0.77 0.57 0.13
HSL 344.56º 0.72% 0.53% -
HSV(B) 344.56º 0.77% 0.87% -
XYZ 32.98 18.46 12.41 -
YUV 106.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 221 50 94 0 0.77 0.57 0.13 344.56 0.72 0.53
Hex DD 32 5E 0 4D 39 D 159 48 35
Octal 335 62 136 0 115 71 15 531 110 65
Binary 11011101 110010 1011110 0 1001101 111001 1101 101011001 1001000 110101

Color Harmonies of #DD325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD325E

Black with #DD325E

Text Example


Text Example

White with #DD325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD325E; }

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

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

background-color css

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

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

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

border-color css

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

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

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