Html Css Color HEX #D7465D Mandy

📋 copy color: '#D7465D'

red 215 ◦ green 70 ◦ blue 93

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

Shades of Mandy #D7465D

Tints of Mandy #D7465D

RGB

 RED value IS 215 (84.38% from 255) = 56.88%

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

 BLUE value IS 93 (36.72% from 255) = 24.6%

R = 56.88%
G = 18.52%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7465D (or 0xD7465D) is known color: Mandy. HEX triplet: D7, 46 and 5D. RGB value is (215,70,93). Sum of RGB (Red+Green+Blue) = 215+70+93=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D7465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7465D is #28B9A2. Grayscale: #747474. Windows color (decimal): -2668963 or 6112983. OLE color: 6112983.

HSL color Cylindrical-coordinate representation of color #D7465D: hue angle of 350.48º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D7465D is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 70 93 -
CMYK 0 0.67 0.57 0.16
HSL 350.48º 0.64% 0.56% -
HSV(B) 350.48º 0.67% 0.84% -
XYZ 32.19 19.62 12.45 -
YUV 115.98 115.04 198.63 -
System Red Green Blue C M Y K H S L
Decimal 215 70 93 0 0.67 0.57 0.16 350.48 0.64 0.56
Hex D7 46 5D 0 43 39 10 15E 40 38
Octal 327 106 135 0 103 71 20 536 100 70
Binary 11010111 1000110 1011101 0 1000011 111001 10000 101011110 1000000 111000

Color Harmonies of #D7465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7465D

Black with #D7465D

Text Example


Text Example

White with #D7465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7465D; }

 p { color: rgb(215,70,93); }

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

background-color css

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

 a { background-color: rgb(215,70,93); }

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

border-color css

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

 span { border-color: rgb(215,70,93); }

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