Html Css Color HEX #D8414E Mandy

📋 copy color: '#D8414E'

red 216 ◦ green 65 ◦ blue 78

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

Shades of Mandy #D8414E

Tints of Mandy #D8414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

 BLUE value IS 78 (30.86% from 255) = 21.73%

R = 60.17%
G = 18.11%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8414E (or 0xD8414E) is known color: Mandy. HEX triplet: D8, 41 and 4E. RGB value is (216,65,78). Sum of RGB (Red+Green+Blue) = 216+65+78=359 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.17% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 216 - color contains mainly: red. Hex color #D8414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8414E is #27BEB1. Grayscale: #6F6F6F. Windows color (decimal): -2604722 or 5128664. OLE color: 5128664.

HSL color Cylindrical-coordinate representation of color #D8414E: hue angle of 354.83º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8414E is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 65 78 -
CMYK 0 0.70 0.64 0.15
HSL 354.83º 0.66% 0.55% -
HSV(B) 354.83º 0.7% 0.85% -
XYZ 31.58 18.93 9.2 -
YUV 111.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 216 65 78 0 0.70 0.64 0.15 354.83 0.66 0.55
Hex D8 41 4E 0 46 40 F 163 42 37
Octal 330 101 116 0 106 100 17 543 102 67
Binary 11011000 1000001 1001110 0 1000110 1000000 1111 101100011 1000010 110111

Color Harmonies of #D8414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8414E

Black with #D8414E

Text Example


Text Example

White with #D8414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8414E; }

 p { color: rgb(216,65,78); }

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

background-color css

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

 a { background-color: rgb(216,65,78); }

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

border-color css

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

 span { border-color: rgb(216,65,78); }

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