Html Css Color HEX #DD455C Mandy

📋 copy color: '#DD455C'

red 221 ◦ green 69 ◦ blue 92

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

Shades of Mandy #DD455C

Tints of Mandy #DD455C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.08%

R = 57.85%
G = 18.06%
B = 24.08%

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

#DD455C (or 0xDD455C) is known color: Mandy. HEX triplet: DD, 45 and 5C. RGB value is (221,69,92). Sum of RGB (Red+Green+Blue) = 221+69+92=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD455C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD455C is #22BAA3. Grayscale: #757575. Windows color (decimal): -2276004 or 6047197. OLE color: 6047197.

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

Color convert

RGB 221 69 92 -
CMYK 0 0.69 0.58 0.13
HSL 350.92º 0.69% 0.57% -
HSV(B) 350.92º 0.69% 0.87% -
XYZ 33.88 20.4 12.28 -
YUV 117.07 113.86 202.13 -
System Red Green Blue C M Y K H S L
Decimal 221 69 92 0 0.69 0.58 0.13 350.92 0.69 0.57
Hex DD 45 5C 0 45 3A D 15F 45 39
Octal 335 105 134 0 105 72 15 537 105 71
Binary 11011101 1000101 1011100 0 1000101 111010 1101 101011111 1000101 111001

Color Harmonies of #DD455C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD455C

Black with #DD455C

Text Example


Text Example

White with #DD455C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD455C; }

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

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

background-color css

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

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

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

border-color css

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

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

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