Html Css Color HEX #DD455A Mandy

📋 copy color: '#DD455A'

red 221 ◦ green 69 ◦ blue 90

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

Shades of Mandy #DD455A

Tints of Mandy #DD455A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.68%

R = 58.16%
G = 18.16%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD455A (or 0xDD455A) is known color: Mandy. HEX triplet: DD, 45 and 5A. RGB value is (221,69,90). Sum of RGB (Red+Green+Blue) = 221+69+90=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 90 (35.55% from 255 or 23.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD455A is #22BAA5. Grayscale: #747474. Windows color (decimal): -2276006 or 5916125. OLE color: 5916125.

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

Color convert

RGB 221 69 90 -
CMYK 0 0.69 0.59 0.13
HSL 351.71º 0.69% 0.57% -
HSV(B) 351.71º 0.69% 0.87% -
XYZ 33.79 20.37 11.82 -
YUV 116.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 221 69 90 0 0.69 0.59 0.13 351.71 0.69 0.57
Hex DD 45 5A 0 45 3B D 160 45 39
Octal 335 105 132 0 105 73 15 540 105 71
Binary 11011101 1000101 1011010 0 1000101 111011 1101 101100000 1000101 111001

Color Harmonies of #DD455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD455A

Black with #DD455A

Text Example


Text Example

White with #DD455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD455A; }

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

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

background-color css

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

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

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

border-color css

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

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

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