Html Css Color HEX #D1465F Mandy

📋 copy color: '#D1465F'

red 209 ◦ green 70 ◦ blue 95

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

Shades of Mandy #D1465F

Tints of Mandy #D1465F

RGB

 RED value IS 209 (82.03% from 255) = 55.88%

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

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

R = 55.88%
G = 18.72%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1465F (or 0xD1465F) is known color: Mandy. HEX triplet: D1, 46 and 5F. RGB value is (209,70,95). Sum of RGB (Red+Green+Blue) = 209+70+95=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1465F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1465F is #2EB9A0. Grayscale: #727272. Windows color (decimal): -3062177 or 6244049. OLE color: 6244049.

HSL color Cylindrical-coordinate representation of color #D1465F: hue angle of 349.21º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1465F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 95 -
CMYK 0 0.67 0.55 0.18
HSL 349.21º 0.6% 0.55% -
HSV(B) 349.21º 0.67% 0.82% -
XYZ 30.55 18.76 12.84 -
YUV 114.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 209 70 95 0 0.67 0.55 0.18 349.21 0.6 0.55
Hex D1 46 5F 0 43 37 12 15D 3C 37
Octal 321 106 137 0 103 67 22 535 74 67
Binary 11010001 1000110 1011111 0 1000011 110111 10010 101011101 111100 110111

Color Harmonies of #D1465F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1465F

Black with #D1465F

Text Example


Text Example

White with #D1465F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1465F; }

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

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

background-color css

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

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

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

border-color css

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

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

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