Html Css Color HEX #DD336D Cerise

📋 copy color: '#DD336D'

red 221 ◦ green 51 ◦ blue 109

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

Shades of Cerise #DD336D

Tints of Cerise #DD336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.39%

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 58.01%
G = 13.39%
B = 28.61%

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

#DD336D (or 0xDD336D) is known color: Cerise. HEX triplet: DD, 33 and 6D. RGB value is (221,51,109). Sum of RGB (Red+Green+Blue) = 221+51+109=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD336D is #22CC92. Grayscale: #6C6C6C. Windows color (decimal): -2280595 or 7156701. OLE color: 7156701.

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

Color convert

RGB 221 51 109 -
CMYK 0 0.77 0.51 0.13
HSL 339.53º 0.71% 0.53% -
HSV(B) 339.53º 0.77% 0.87% -
XYZ 33.76 18.84 16.33 -
YUV 108.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 221 51 109 0 0.77 0.51 0.13 339.53 0.71 0.53
Hex DD 33 6D 0 4D 33 D 154 47 35
Octal 335 63 155 0 115 63 15 524 107 65
Binary 11011101 110011 1101101 0 1001101 110011 1101 101010100 1000111 110101

Color Harmonies of #DD336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD336D

Black with #DD336D

Text Example


Text Example

White with #DD336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD336D; }

 p { color: rgb(221,51,109); }

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

background-color css

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

 a { background-color: rgb(221,51,109); }

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

border-color css

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

 span { border-color: rgb(221,51,109); }

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