Html Css Color HEX #DD4656 Mandy

📋 copy color: '#DD4656'

red 221 ◦ green 70 ◦ blue 86

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

Shades of Mandy #DD4656

Tints of Mandy #DD4656

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

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

R = 58.62%
G = 18.57%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD4656 (or 0xDD4656) is known color: Mandy. HEX triplet: DD, 46 and 56. RGB value is (221,70,86). Sum of RGB (Red+Green+Blue) = 221+70+86=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4656 is #22B9A9. Grayscale: #757575. Windows color (decimal): -2275754 or 5654237. OLE color: 5654237.

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

Color convert

RGB 221 70 86 -
CMYK 0 0.68 0.61 0.13
HSL 353.64º 0.69% 0.57% -
HSV(B) 353.64º 0.68% 0.87% -
XYZ 33.69 20.42 10.97 -
YUV 116.97 110.53 202.2 -
System Red Green Blue C M Y K H S L
Decimal 221 70 86 0 0.68 0.61 0.13 353.64 0.69 0.57
Hex DD 46 56 0 44 3D D 162 45 39
Octal 335 106 126 0 104 75 15 542 105 71
Binary 11011101 1000110 1010110 0 1000100 111101 1101 101100010 1000101 111001

Color Harmonies of #DD4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4656

Black with #DD4656

Text Example


Text Example

White with #DD4656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4656; }

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

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

background-color css

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

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

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

border-color css

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

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

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