Html Css Color HEX #D1465C Mandy

📋 copy color: '#D1465C'

red 209 ◦ green 70 ◦ blue 92

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

Shades of Mandy #D1465C

Tints of Mandy #D1465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.8%

R = 56.33%
G = 18.87%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1465C (or 0xD1465C) is known color: Mandy. HEX triplet: D1, 46 and 5C. RGB value is (209,70,92). Sum of RGB (Red+Green+Blue) = 209+70+92=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1465C is #2EB9A3. Grayscale: #727272. Windows color (decimal): -3062180 or 6047441. OLE color: 6047441.

HSL color Cylindrical-coordinate representation of color #D1465C: hue angle of 350.5º 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 #D1465C is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 92 -
CMYK 0 0.67 0.56 0.18
HSL 350.5º 0.6% 0.55% -
HSV(B) 350.5º 0.67% 0.82% -
XYZ 30.42 18.71 12.13 -
YUV 114.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 209 70 92 0 0.67 0.56 0.18 350.5 0.6 0.55
Hex D1 46 5C 0 43 38 12 15F 3C 37
Octal 321 106 134 0 103 70 22 537 74 67
Binary 11010001 1000110 1011100 0 1000011 111000 10010 101011111 111100 110111

Color Harmonies of #D1465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1465C

Black with #D1465C

Text Example


Text Example

White with #D1465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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