Html Css Color HEX #DD4356 Mandy

📋 copy color: '#DD4356'

red 221 ◦ green 67 ◦ blue 86

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

Shades of Mandy #DD4356

Tints of Mandy #DD4356

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.91%

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 59.09%
G = 17.91%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD4356 (or 0xDD4356) is known color: Mandy. HEX triplet: DD, 43 and 56. RGB value is (221,67,86). Sum of RGB (Red+Green+Blue) = 221+67+86=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4356 is #22BCA9. Grayscale: #737373. Windows color (decimal): -2276522 or 5653469. OLE color: 5653469.

HSL color Cylindrical-coordinate representation of color #DD4356: hue angle of 352.6º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4356 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 67 86 -
CMYK 0 0.70 0.61 0.13
HSL 352.6º 0.69% 0.56% -
HSV(B) 352.6º 0.7% 0.87% -
XYZ 33.51 20.06 10.91 -
YUV 115.21 111.52 203.46 -
System Red Green Blue C M Y K H S L
Decimal 221 67 86 0 0.70 0.61 0.13 352.6 0.69 0.56
Hex DD 43 56 0 46 3D D 161 45 38
Octal 335 103 126 0 106 75 15 541 105 70
Binary 11011101 1000011 1010110 0 1000110 111101 1101 101100001 1000101 111000

Color Harmonies of #DD4356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4356

Black with #DD4356

Text Example


Text Example

White with #DD4356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4356; }

 p { color: rgb(221,67,86); }

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

background-color css

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

 a { background-color: rgb(221,67,86); }

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

border-color css

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

 span { border-color: rgb(221,67,86); }

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