Html Css Color HEX #D8464C Mandy

📋 copy color: '#D8464C'

red 216 ◦ green 70 ◦ blue 76

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

Shades of Mandy #D8464C

Tints of Mandy #D8464C

RGB

 RED value IS 216 (84.77% from 255) = 59.67%

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

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

R = 59.67%
G = 19.34%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8464C (or 0xD8464C) is known color: Mandy. HEX triplet: D8, 46 and 4C. RGB value is (216,70,76). Sum of RGB (Red+Green+Blue) = 216+70+76=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 70 (27.73% from 255 or 19.34% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8464C is #27B9B3. Grayscale: #727272. Windows color (decimal): -2603444 or 4998872. OLE color: 4998872.

HSL color Cylindrical-coordinate representation of color #D8464C: hue angle of 357.53º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D8464C is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 70 76 -
CMYK 0 0.68 0.65 0.15
HSL 357.53º 0.65% 0.56% -
HSV(B) 357.53º 0.68% 0.85% -
XYZ 31.81 19.5 8.92 -
YUV 114.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 216 70 76 0 0.68 0.65 0.15 357.53 0.65 0.56
Hex D8 46 4C 0 44 41 F 166 41 38
Octal 330 106 114 0 104 101 17 546 101 70
Binary 11011000 1000110 1001100 0 1000100 1000001 1111 101100110 1000001 111000

Color Harmonies of #D8464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8464C

Black with #D8464C

Text Example


Text Example

White with #D8464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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