Html Css Color HEX #DD445A Mandy

📋 copy color: '#DD445A'

red 221 ◦ green 68 ◦ blue 90

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

Shades of Mandy #DD445A

Tints of Mandy #DD445A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

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

R = 58.31%
G = 17.94%
B = 23.75%

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

#DD445A (or 0xDD445A) is known color: Mandy. HEX triplet: DD, 44 and 5A. RGB value is (221,68,90). Sum of RGB (Red+Green+Blue) = 221+68+90=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD445A is #22BBA5. Grayscale: #747474. Windows color (decimal): -2276262 or 5915869. OLE color: 5915869.

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

Color convert

RGB 221 68 90 -
CMYK 0 0.69 0.59 0.13
HSL 351.37º 0.69% 0.57% -
HSV(B) 351.37º 0.69% 0.87% -
XYZ 33.73 20.24 11.8 -
YUV 116.26 113.19 202.71 -
System Red Green Blue C M Y K H S L
Decimal 221 68 90 0 0.69 0.59 0.13 351.37 0.69 0.57
Hex DD 44 5A 0 45 3B D 15F 45 39
Octal 335 104 132 0 105 73 15 537 105 71
Binary 11011101 1000100 1011010 0 1000101 111011 1101 101011111 1000101 111001

Color Harmonies of #DD445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD445A

Black with #DD445A

Text Example


Text Example

White with #DD445A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD445A; }

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

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

background-color css

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

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

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

border-color css

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

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

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