Html Css Color HEX #DD455F Mandy

📋 copy color: '#DD455F'

red 221 ◦ green 69 ◦ blue 95

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

Shades of Mandy #DD455F

Tints of Mandy #DD455F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.92%

 BLUE value IS 95 (37.5% from 255) = 24.68%

R = 57.4%
G = 17.92%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD455F (or 0xDD455F) is known color: Mandy. HEX triplet: DD, 45 and 5F. RGB value is (221,69,95). Sum of RGB (Red+Green+Blue) = 221+69+95=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD455F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD455F is #22BAA0. Grayscale: #757575. Windows color (decimal): -2276001 or 6243805. OLE color: 6243805.

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

Color convert

RGB 221 69 95 -
CMYK 0 0.69 0.57 0.13
HSL 349.74º 0.69% 0.57% -
HSV(B) 349.74º 0.69% 0.87% -
XYZ 34.01 20.45 12.98 -
YUV 117.41 115.36 201.89 -
System Red Green Blue C M Y K H S L
Decimal 221 69 95 0 0.69 0.57 0.13 349.74 0.69 0.57
Hex DD 45 5F 0 45 39 D 15E 45 39
Octal 335 105 137 0 105 71 15 536 105 71
Binary 11011101 1000101 1011111 0 1000101 111001 1101 101011110 1000101 111001

Color Harmonies of #DD455F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD455F

Black with #DD455F

Text Example


Text Example

White with #DD455F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD455F; }

 p { color: rgb(221,69,95); }

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

background-color css

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

 a { background-color: rgb(221,69,95); }

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

border-color css

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

 span { border-color: rgb(221,69,95); }

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