Html Css Color HEX #DD356F Cerise

📋 copy color: '#DD356F'

red 221 ◦ green 53 ◦ blue 111

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

Shades of Cerise #DD356F

Tints of Cerise #DD356F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 28.83%

R = 57.4%
G = 13.77%
B = 28.83%

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

#DD356F (or 0xDD356F) is known color: Cerise. HEX triplet: DD, 35 and 6F. RGB value is (221,53,111). Sum of RGB (Red+Green+Blue) = 221+53+111=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD356F is #22CA90. Grayscale: #6D6D6D. Windows color (decimal): -2280081 or 7288285. OLE color: 7288285.

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

Color convert

RGB 221 53 111 -
CMYK 0 0.76 0.50 0.13
HSL 339.29º 0.71% 0.54% -
HSV(B) 339.29º 0.76% 0.87% -
XYZ 33.96 19.07 16.93 -
YUV 109.84 128.66 207.28 -
System Red Green Blue C M Y K H S L
Decimal 221 53 111 0 0.76 0.50 0.13 339.29 0.71 0.54
Hex DD 35 6F 0 4C 32 D 153 47 36
Octal 335 65 157 0 114 62 15 523 107 66
Binary 11011101 110101 1101111 0 1001100 110010 1101 101010011 1000111 110110

Color Harmonies of #DD356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD356F

Black with #DD356F

Text Example


Text Example

White with #DD356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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