Html Css Color HEX #DD465B Mandy

📋 copy color: '#DD465B'

red 221 ◦ green 70 ◦ blue 91

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

Shades of Mandy #DD465B

Tints of Mandy #DD465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.82%

R = 57.85%
G = 18.32%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD465B (or 0xDD465B) is known color: Mandy. HEX triplet: DD, 46 and 5B. RGB value is (221,70,91). Sum of RGB (Red+Green+Blue) = 221+70+91=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD465B is #22B9A4. Grayscale: #757575. Windows color (decimal): -2275749 or 5981917. OLE color: 5981917.

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

Color convert

RGB 221 70 91 -
CMYK 0 0.68 0.59 0.13
HSL 351.66º 0.69% 0.57% -
HSV(B) 351.66º 0.68% 0.87% -
XYZ 33.9 20.51 12.07 -
YUV 117.54 113.03 201.79 -
System Red Green Blue C M Y K H S L
Decimal 221 70 91 0 0.68 0.59 0.13 351.66 0.69 0.57
Hex DD 46 5B 0 44 3B D 160 45 39
Octal 335 106 133 0 104 73 15 540 105 71
Binary 11011101 1000110 1011011 0 1000100 111011 1101 101100000 1000101 111001

Color Harmonies of #DD465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD465B

Black with #DD465B

Text Example


Text Example

White with #DD465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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