Html Css Color HEX #DD356E Cerise

📋 copy color: '#DD356E'

red 221 ◦ green 53 ◦ blue 110

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

Shades of Cerise #DD356E

Tints of Cerise #DD356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.8%

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

R = 57.55%
G = 13.8%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD356E (or 0xDD356E) is known color: Cerise. HEX triplet: DD, 35 and 6E. RGB value is (221,53,110). Sum of RGB (Red+Green+Blue) = 221+53+110=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 53 (21.09% from 255 or 13.80% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD356E is #22CA91. Grayscale: #6D6D6D. Windows color (decimal): -2280082 or 7222749. OLE color: 7222749.

HSL color Cylindrical-coordinate representation of color #DD356E: hue angle of 339.64º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD356E is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 53 110 -
CMYK 0 0.76 0.50 0.13
HSL 339.64º 0.71% 0.54% -
HSV(B) 339.64º 0.76% 0.87% -
XYZ 33.91 19.04 16.64 -
YUV 109.73 128.16 207.37 -
System Red Green Blue C M Y K H S L
Decimal 221 53 110 0 0.76 0.50 0.13 339.64 0.71 0.54
Hex DD 35 6E 0 4C 32 D 154 47 36
Octal 335 65 156 0 114 62 15 524 107 66
Binary 11011101 110101 1101110 0 1001100 110010 1101 101010100 1000111 110110

Color Harmonies of #DD356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD356E

Black with #DD356E

Text Example


Text Example

White with #DD356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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