Html Css Color HEX #DD455D Mandy

📋 copy color: '#DD455D'

red 221 ◦ green 69 ◦ blue 93

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

Shades of Mandy #DD455D

Tints of Mandy #DD455D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 57.7%
G = 18.02%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD455D (or 0xDD455D) is known color: Mandy. HEX triplet: DD, 45 and 5D. RGB value is (221,69,93). Sum of RGB (Red+Green+Blue) = 221+69+93=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD455D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD455D is #22BAA2. Grayscale: #757575. Windows color (decimal): -2276003 or 6112733. OLE color: 6112733.

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

Color convert

RGB 221 69 93 -
CMYK 0 0.69 0.58 0.13
HSL 350.53º 0.69% 0.57% -
HSV(B) 350.53º 0.69% 0.87% -
XYZ 33.92 20.42 12.51 -
YUV 117.18 114.36 202.05 -
System Red Green Blue C M Y K H S L
Decimal 221 69 93 0 0.69 0.58 0.13 350.53 0.69 0.57
Hex DD 45 5D 0 45 3A D 15F 45 39
Octal 335 105 135 0 105 72 15 537 105 71
Binary 11011101 1000101 1011101 0 1000101 111010 1101 101011111 1000101 111001

Color Harmonies of #DD455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD455D

Black with #DD455D

Text Example


Text Example

White with #DD455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD455D; }

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

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

background-color css

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

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

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

border-color css

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

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

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