Html Css Color HEX #DF465F Mandy

📋 copy color: '#DF465F'

red 223 ◦ green 70 ◦ blue 95

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

Shades of Mandy #DF465F

Tints of Mandy #DF465F

RGB

 RED value IS 223 (87.5% from 255) = 57.47%

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

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

R = 57.47%
G = 18.04%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF465F (or 0xDF465F) is known color: Mandy. HEX triplet: DF, 46 and 5F. RGB value is (223,70,95). Sum of RGB (Red+Green+Blue) = 223+70+95=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 70 (27.73% from 255 or 18.04% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF465F is #20B9A0. Grayscale: #767676. Windows color (decimal): -2144673 or 6244063. OLE color: 6244063.

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

Color convert

RGB 223 70 95 -
CMYK 0 0.69 0.57 0.13
HSL 350.2º 0.71% 0.57% -
HSV(B) 350.2º 0.69% 0.87% -
XYZ 34.69 20.89 13.03 -
YUV 118.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 223 70 95 0 0.69 0.57 0.13 350.2 0.71 0.57
Hex DF 46 5F 0 45 39 D 15E 47 39
Octal 337 106 137 0 105 71 15 536 107 71
Binary 11011111 1000110 1011111 0 1000101 111001 1101 101011110 1000111 111001

Color Harmonies of #DF465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF465F

Black with #DF465F

Text Example


Text Example

White with #DF465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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