Html Css Color HEX #D8414D Mandy

📋 copy color: '#D8414D'

red 216 ◦ green 65 ◦ blue 77

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

Shades of Mandy #D8414D

Tints of Mandy #D8414D

RGB

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

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

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

R = 60.34%
G = 18.16%
B = 21.51%

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

#D8414D (or 0xD8414D) is known color: Mandy. HEX triplet: D8, 41 and 4D. RGB value is (216,65,77). Sum of RGB (Red+Green+Blue) = 216+65+77=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8414D is #27BEB2. Grayscale: #6F6F6F. Windows color (decimal): -2604723 or 5063128. OLE color: 5063128.

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

Color convert

RGB 216 65 77 -
CMYK 0 0.70 0.64 0.15
HSL 355.23º 0.66% 0.55% -
HSV(B) 355.23º 0.7% 0.85% -
XYZ 31.55 18.92 9.01 -
YUV 111.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 216 65 77 0 0.70 0.64 0.15 355.23 0.66 0.55
Hex D8 41 4D 0 46 40 F 163 42 37
Octal 330 101 115 0 106 100 17 543 102 67
Binary 11011000 1000001 1001101 0 1000110 1000000 1111 101100011 1000010 110111

Color Harmonies of #D8414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8414D

Black with #D8414D

Text Example


Text Example

White with #D8414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8414D; }

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

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

background-color css

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

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

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

border-color css

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

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

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