Html Css Color HEX #DD325C Cerise

📋 copy color: '#DD325C'

red 221 ◦ green 50 ◦ blue 92

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

Shades of Cerise #DD325C

Tints of Cerise #DD325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 60.88%
G = 13.77%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD325C (or 0xDD325C) is known color: Cerise. HEX triplet: DD, 32 and 5C. RGB value is (221,50,92). Sum of RGB (Red+Green+Blue) = 221+50+92=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD325C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD325C is #22CDA3. Grayscale: #696969. Windows color (decimal): -2280868 or 6042333. OLE color: 6042333.

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

Color convert

RGB 221 50 92 -
CMYK 0 0.77 0.58 0.13
HSL 345.26º 0.72% 0.53% -
HSV(B) 345.26º 0.77% 0.87% -
XYZ 32.89 18.43 11.95 -
YUV 105.92 120.15 210.08 -
System Red Green Blue C M Y K H S L
Decimal 221 50 92 0 0.77 0.58 0.13 345.26 0.72 0.53
Hex DD 32 5C 0 4D 3A D 159 48 35
Octal 335 62 134 0 115 72 15 531 110 65
Binary 11011101 110010 1011100 0 1001101 111010 1101 101011001 1001000 110101

Color Harmonies of #DD325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD325C

Black with #DD325C

Text Example


Text Example

White with #DD325C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD325C; }

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

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

background-color css

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

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

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

border-color css

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

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

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