Html Css Color HEX #DD326E Cerise

📋 copy color: '#DD326E'

red 221 ◦ green 50 ◦ blue 110

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

Shades of Cerise #DD326E

Tints of Cerise #DD326E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 58.01%
G = 13.12%
B = 28.87%

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

#DD326E (or 0xDD326E) is known color: Cerise. HEX triplet: DD, 32 and 6E. RGB value is (221,50,110). Sum of RGB (Red+Green+Blue) = 221+50+110=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 50 (19.92% from 255 or 13.12% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD326E is #22CD91. Grayscale: #6B6B6B. Windows color (decimal): -2280850 or 7221981. OLE color: 7221981.

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

Color convert

RGB 221 50 110 -
CMYK 0 0.77 0.50 0.13
HSL 338.95º 0.72% 0.53% -
HSV(B) 338.95º 0.77% 0.87% -
XYZ 33.77 18.78 16.6 -
YUV 107.97 129.15 208.62 -
System Red Green Blue C M Y K H S L
Decimal 221 50 110 0 0.77 0.50 0.13 338.95 0.72 0.53
Hex DD 32 6E 0 4D 32 D 153 48 35
Octal 335 62 156 0 115 62 15 523 110 65
Binary 11011101 110010 1101110 0 1001101 110010 1101 101010011 1001000 110101

Color Harmonies of #DD326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD326E

Black with #DD326E

Text Example


Text Example

White with #DD326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD326E; }

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

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

background-color css

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

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

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

border-color css

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

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

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