Html Css Color HEX #DD325A Cerise

📋 copy color: '#DD325A'

red 221 ◦ green 50 ◦ blue 90

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

Shades of Cerise #DD325A

Tints of Cerise #DD325A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 61.22%
G = 13.85%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD325A (or 0xDD325A) is known color: Cerise. HEX triplet: DD, 32 and 5A. RGB value is (221,50,90). Sum of RGB (Red+Green+Blue) = 221+50+90=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD325A is #22CDA5. Grayscale: #696969. Windows color (decimal): -2280870 or 5911261. OLE color: 5911261.

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

Color convert

RGB 221 50 90 -
CMYK 0 0.77 0.59 0.13
HSL 345.96º 0.72% 0.53% -
HSV(B) 345.96º 0.77% 0.87% -
XYZ 32.8 18.39 11.49 -
YUV 105.69 119.15 210.25 -
System Red Green Blue C M Y K H S L
Decimal 221 50 90 0 0.77 0.59 0.13 345.96 0.72 0.53
Hex DD 32 5A 0 4D 3B D 15A 48 35
Octal 335 62 132 0 115 73 15 532 110 65
Binary 11011101 110010 1011010 0 1001101 111011 1101 101011010 1001000 110101

Color Harmonies of #DD325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD325A

Black with #DD325A

Text Example


Text Example

White with #DD325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD325A; }

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

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

background-color css

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

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

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

border-color css

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

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

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