Html Css Color HEX #D7465A Mandy

📋 copy color: '#D7465A'

red 215 ◦ green 70 ◦ blue 90

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

Shades of Mandy #D7465A

Tints of Mandy #D7465A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24%

R = 57.33%
G = 18.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D7465A (or 0xD7465A) is known color: Mandy. HEX triplet: D7, 46 and 5A. RGB value is (215,70,90). Sum of RGB (Red+Green+Blue) = 215+70+90=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7465A is #28B9A5. Grayscale: #737373. Windows color (decimal): -2668966 or 5916375. OLE color: 5916375.

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

Color convert

RGB 215 70 90 -
CMYK 0 0.67 0.58 0.16
HSL 351.72º 0.64% 0.56% -
HSV(B) 351.72º 0.67% 0.84% -
XYZ 32.06 19.57 11.76 -
YUV 115.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 215 70 90 0 0.67 0.58 0.16 351.72 0.64 0.56
Hex D7 46 5A 0 43 3A 10 160 40 38
Octal 327 106 132 0 103 72 20 540 100 70
Binary 11010111 1000110 1011010 0 1000011 111010 10000 101100000 1000000 111000

Color Harmonies of #D7465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7465A

Black with #D7465A

Text Example


Text Example

White with #D7465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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