Html Css Color HEX #DF465B Mandy

📋 copy color: '#DF465B'

red 223 ◦ green 70 ◦ blue 91

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

Shades of Mandy #DF465B

Tints of Mandy #DF465B

RGB

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

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

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

R = 58.07%
G = 18.23%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF465B (or 0xDF465B) is known color: Mandy. HEX triplet: DF, 46 and 5B. RGB value is (223,70,91). Sum of RGB (Red+Green+Blue) = 223+70+91=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF465B is #20B9A4. Grayscale: #767676. Windows color (decimal): -2144677 or 5981919. OLE color: 5981919.

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

Color convert

RGB 223 70 91 -
CMYK 0 0.69 0.59 0.13
HSL 351.76º 0.71% 0.57% -
HSV(B) 351.76º 0.69% 0.87% -
XYZ 34.51 20.82 12.1 -
YUV 118.14 112.69 202.79 -
System Red Green Blue C M Y K H S L
Decimal 223 70 91 0 0.69 0.59 0.13 351.76 0.71 0.57
Hex DF 46 5B 0 45 3B D 160 47 39
Octal 337 106 133 0 105 73 15 540 107 71
Binary 11011111 1000110 1011011 0 1000101 111011 1101 101100000 1000111 111001

Color Harmonies of #DF465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF465B

Black with #DF465B

Text Example


Text Example

White with #DF465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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