Html Css Color HEX #DD465F Mandy

📋 copy color: '#DD465F'

red 221 ◦ green 70 ◦ blue 95

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

Shades of Mandy #DD465F

Tints of Mandy #DD465F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.61%

R = 57.25%
G = 18.13%
B = 24.61%

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

#DD465F (or 0xDD465F) is known color: Mandy. HEX triplet: DD, 46 and 5F. RGB value is (221,70,95). Sum of RGB (Red+Green+Blue) = 221+70+95=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 95 (37.5% from 255 or 24.61% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD465F is #22B9A0. Grayscale: #767676. Windows color (decimal): -2275745 or 6244061. OLE color: 6244061.

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

Color convert

RGB 221 70 95 -
CMYK 0 0.68 0.57 0.13
HSL 350.07º 0.69% 0.57% -
HSV(B) 350.07º 0.68% 0.87% -
XYZ 34.07 20.58 13 -
YUV 118 115.03 201.47 -
System Red Green Blue C M Y K H S L
Decimal 221 70 95 0 0.68 0.57 0.13 350.07 0.69 0.57
Hex DD 46 5F 0 44 39 D 15E 45 39
Octal 335 106 137 0 104 71 15 536 105 71
Binary 11011101 1000110 1011111 0 1000100 111001 1101 101011110 1000101 111001

Color Harmonies of #DD465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD465F

Black with #DD465F

Text Example


Text Example

White with #DD465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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