Html Css Color HEX #DD326B Cerise

📋 copy color: '#DD326B'

red 221 ◦ green 50 ◦ blue 107

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

Shades of Cerise #DD326B

Tints of Cerise #DD326B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.31%

R = 58.47%
G = 13.23%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD326B (or 0xDD326B) is known color: Cerise. HEX triplet: DD, 32 and 6B. RGB value is (221,50,107). Sum of RGB (Red+Green+Blue) = 221+50+107=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD326B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD326B is #22CD94. Grayscale: #6B6B6B. Windows color (decimal): -2280853 or 7025373. OLE color: 7025373.

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

Color convert

RGB 221 50 107 -
CMYK 0 0.77 0.52 0.13
HSL 340º 0.72% 0.53% -
HSV(B) 340º 0.77% 0.87% -
XYZ 33.61 18.71 15.75 -
YUV 107.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 221 50 107 0 0.77 0.52 0.13 340 0.72 0.53
Hex DD 32 6B 0 4D 34 D 154 48 35
Octal 335 62 153 0 115 64 15 524 110 65
Binary 11011101 110010 1101011 0 1001101 110100 1101 101010100 1001000 110101

Color Harmonies of #DD326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD326B

Black with #DD326B

Text Example


Text Example

White with #DD326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD326B; }

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

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

background-color css

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

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

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

border-color css

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

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

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