Html Css Color HEX #D7464C Mandy

📋 copy color: '#D7464C'

red 215 ◦ green 70 ◦ blue 76

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

Shades of Mandy #D7464C

Tints of Mandy #D7464C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.05%

R = 59.56%
G = 19.39%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7464C (or 0xD7464C) is known color: Mandy. HEX triplet: D7, 46 and 4C. RGB value is (215,70,76). Sum of RGB (Red+Green+Blue) = 215+70+76=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D7464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7464C is #28B9B3. Grayscale: #727272. Windows color (decimal): -2668980 or 4998871. OLE color: 4998871.

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

Color convert

RGB 215 70 76 -
CMYK 0 0.67 0.65 0.16
HSL 357.52º 0.64% 0.56% -
HSV(B) 357.52º 0.67% 0.84% -
XYZ 31.52 19.35 8.91 -
YUV 114.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 215 70 76 0 0.67 0.65 0.16 357.52 0.64 0.56
Hex D7 46 4C 0 43 41 10 166 40 38
Octal 327 106 114 0 103 101 20 546 100 70
Binary 11010111 1000110 1001100 0 1000011 1000001 10000 101100110 1000000 111000

Color Harmonies of #D7464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7464C

Black with #D7464C

Text Example


Text Example

White with #D7464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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