Html Css Color HEX #DD4257 Mandy

📋 copy color: '#DD4257'

red 221 ◦ green 66 ◦ blue 87

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

Shades of Mandy #DD4257

Tints of Mandy #DD4257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.65%

 BLUE value IS 87 (34.38% from 255) = 23.26%

R = 59.09%
G = 17.65%
B = 23.26%

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

#DD4257 (or 0xDD4257) is known color: Mandy. HEX triplet: DD, 42 and 57. RGB value is (221,66,87). Sum of RGB (Red+Green+Blue) = 221+66+87=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 87 (34.38% from 255 or 23.26% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4257 is #22BDA8. Grayscale: #727272. Windows color (decimal): -2276777 or 5718749. OLE color: 5718749.

HSL color Cylindrical-coordinate representation of color #DD4257: hue angle of 351.87º degrees, saturation: 0.7, 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 #DD4257 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 66 87 -
CMYK 0 0.70 0.61 0.13
HSL 351.87º 0.7% 0.56% -
HSV(B) 351.87º 0.7% 0.87% -
XYZ 33.49 19.96 11.1 -
YUV 114.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 221 66 87 0 0.70 0.61 0.13 351.87 0.7 0.56
Hex DD 42 57 0 46 3D D 160 46 38
Octal 335 102 127 0 106 75 15 540 106 70
Binary 11011101 1000010 1010111 0 1000110 111101 1101 101100000 1000110 111000

Color Harmonies of #DD4257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4257

Black with #DD4257

Text Example


Text Example

White with #DD4257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4257; }

 p { color: rgb(221,66,87); }

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

background-color css

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

 a { background-color: rgb(221,66,87); }

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

border-color css

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

 span { border-color: rgb(221,66,87); }

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