Html Css Color HEX #D7464D Mandy

📋 copy color: '#D7464D'

red 215 ◦ green 70 ◦ blue 77

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

Shades of Mandy #D7464D

Tints of Mandy #D7464D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.27%

R = 59.39%
G = 19.34%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D7464D (or 0xD7464D) is known color: Mandy. HEX triplet: D7, 46 and 4D. RGB value is (215,70,77). Sum of RGB (Red+Green+Blue) = 215+70+77=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D7464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7464D is #28B9B2. Grayscale: #727272. Windows color (decimal): -2668979 or 5064407. OLE color: 5064407.

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

Color convert

RGB 215 70 77 -
CMYK 0 0.67 0.64 0.16
HSL 357.1º 0.64% 0.56% -
HSV(B) 357.1º 0.67% 0.84% -
XYZ 31.55 19.36 9.1 -
YUV 114.15 107.04 199.93 -
System Red Green Blue C M Y K H S L
Decimal 215 70 77 0 0.67 0.64 0.16 357.1 0.64 0.56
Hex D7 46 4D 0 43 40 10 165 40 38
Octal 327 106 115 0 103 100 20 545 100 70
Binary 11010111 1000110 1001101 0 1000011 1000000 10000 101100101 1000000 111000

Color Harmonies of #D7464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7464D

Black with #D7464D

Text Example


Text Example

White with #D7464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7464D; }

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

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

background-color css

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

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

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

border-color css

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

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

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