Html Css Color HEX #DD465E Mandy

📋 copy color: '#DD465E'

red 221 ◦ green 70 ◦ blue 94

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

Shades of Mandy #DD465E

Tints of Mandy #DD465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 94 (37.11% from 255) = 24.42%

R = 57.4%
G = 18.18%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD465E (or 0xDD465E) is known color: Mandy. HEX triplet: DD, 46 and 5E. RGB value is (221,70,94). Sum of RGB (Red+Green+Blue) = 221+70+94=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD465E is #22B9A1. Grayscale: #757575. Windows color (decimal): -2275746 or 6178525. OLE color: 6178525.

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

Color convert

RGB 221 70 94 -
CMYK 0 0.68 0.57 0.13
HSL 350.46º 0.69% 0.57% -
HSV(B) 350.46º 0.68% 0.87% -
XYZ 34.03 20.56 12.76 -
YUV 117.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 221 70 94 0 0.68 0.57 0.13 350.46 0.69 0.57
Hex DD 46 5E 0 44 39 D 15E 45 39
Octal 335 106 136 0 104 71 15 536 105 71
Binary 11011101 1000110 1011110 0 1000100 111001 1101 101011110 1000101 111001

Color Harmonies of #DD465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD465E

Black with #DD465E

Text Example


Text Example

White with #DD465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD465E; }

 p { color: rgb(221,70,94); }

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

background-color css

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

 a { background-color: rgb(221,70,94); }

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

border-color css

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

 span { border-color: rgb(221,70,94); }

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