Html Css Color HEX #DD336E Cerise

📋 copy color: '#DD336E'

red 221 ◦ green 51 ◦ blue 110

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

Shades of Cerise #DD336E

Tints of Cerise #DD336E

RGB

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

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

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

R = 57.85%
G = 13.35%
B = 28.8%

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

#DD336E (or 0xDD336E) is known color: Cerise. HEX triplet: DD, 33 and 6E. RGB value is (221,51,110). Sum of RGB (Red+Green+Blue) = 221+51+110=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD336E is #22CC91. Grayscale: #6C6C6C. Windows color (decimal): -2280594 or 7222237. OLE color: 7222237.

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

Color convert

RGB 221 51 110 -
CMYK 0 0.77 0.50 0.13
HSL 339.18º 0.71% 0.53% -
HSV(B) 339.18º 0.77% 0.87% -
XYZ 33.82 18.87 16.61 -
YUV 108.56 128.82 208.2 -
System Red Green Blue C M Y K H S L
Decimal 221 51 110 0 0.77 0.50 0.13 339.18 0.71 0.53
Hex DD 33 6E 0 4D 32 D 153 47 35
Octal 335 63 156 0 115 62 15 523 107 65
Binary 11011101 110011 1101110 0 1001101 110010 1101 101010011 1000111 110101

Color Harmonies of #DD336E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD336E

Black with #DD336E

Text Example


Text Example

White with #DD336E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD336E; }

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

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

background-color css

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

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

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

border-color css

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

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

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