Html Css Color HEX #DD326F Cerise

📋 copy color: '#DD326F'

red 221 ◦ green 50 ◦ blue 111

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

Shades of Cerise #DD326F

Tints of Cerise #DD326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 57.85%
G = 13.09%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD326F (or 0xDD326F) is known color: Cerise. HEX triplet: DD, 32 and 6F. RGB value is (221,50,111). Sum of RGB (Red+Green+Blue) = 221+50+111=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD326F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD326F is #22CD90. Grayscale: #6C6C6C. Windows color (decimal): -2280849 or 7287517. OLE color: 7287517.

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

Color convert

RGB 221 50 111 -
CMYK 0 0.77 0.50 0.13
HSL 338.6º 0.72% 0.53% -
HSV(B) 338.6º 0.77% 0.87% -
XYZ 33.83 18.8 16.88 -
YUV 108.08 129.65 208.54 -
System Red Green Blue C M Y K H S L
Decimal 221 50 111 0 0.77 0.50 0.13 338.6 0.72 0.53
Hex DD 32 6F 0 4D 32 D 153 48 35
Octal 335 62 157 0 115 62 15 523 110 65
Binary 11011101 110010 1101111 0 1001101 110010 1101 101010011 1001000 110101

Color Harmonies of #DD326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD326F

Black with #DD326F

Text Example


Text Example

White with #DD326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD326F; }

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

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

background-color css

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

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

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

border-color css

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

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

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