Html Css Color HEX #DD326C Cerise

📋 copy color: '#DD326C'

red 221 ◦ green 50 ◦ blue 108

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

Shades of Cerise #DD326C

Tints of Cerise #DD326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 58.31%
G = 13.19%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD326C (or 0xDD326C) is known color: Cerise. HEX triplet: DD, 32 and 6C. RGB value is (221,50,108). Sum of RGB (Red+Green+Blue) = 221+50+108=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 50 (19.92% from 255 or 13.19% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD326C is #22CD93. Grayscale: #6B6B6B. Windows color (decimal): -2280852 or 7090909. OLE color: 7090909.

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

Color convert

RGB 221 50 108 -
CMYK 0 0.77 0.51 0.13
HSL 339.65º 0.72% 0.53% -
HSV(B) 339.65º 0.77% 0.87% -
XYZ 33.67 18.74 16.03 -
YUV 107.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 221 50 108 0 0.77 0.51 0.13 339.65 0.72 0.53
Hex DD 32 6C 0 4D 33 D 154 48 35
Octal 335 62 154 0 115 63 15 524 110 65
Binary 11011101 110010 1101100 0 1001101 110011 1101 101010100 1001000 110101

Color Harmonies of #DD326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD326C

Black with #DD326C

Text Example


Text Example

White with #DD326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD326C; }

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

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

background-color css

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

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

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

border-color css

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

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

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