Html Css Color HEX #D8445F Mandy

📋 copy color: '#D8445F'

red 216 ◦ green 68 ◦ blue 95

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

Shades of Mandy #D8445F

Tints of Mandy #D8445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 56.99%
G = 17.94%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8445F (or 0xD8445F) is known color: Mandy. HEX triplet: D8, 44 and 5F. RGB value is (216,68,95). Sum of RGB (Red+Green+Blue) = 216+68+95=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D8445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8445F is #27BBA0. Grayscale: #737373. Windows color (decimal): -2603937 or 6243544. OLE color: 6243544.

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

Color convert

RGB 216 68 95 -
CMYK 0 0.69 0.56 0.15
HSL 349.05º 0.65% 0.56% -
HSV(B) 349.05º 0.69% 0.85% -
XYZ 32.45 19.56 12.89 -
YUV 115.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 216 68 95 0 0.69 0.56 0.15 349.05 0.65 0.56
Hex D8 44 5F 0 45 38 F 15D 41 38
Octal 330 104 137 0 105 70 17 535 101 70
Binary 11011000 1000100 1011111 0 1000101 111000 1111 101011101 1000001 111000

Color Harmonies of #D8445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8445F

Black with #D8445F

Text Example


Text Example

White with #D8445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8445F; }

 p { color: rgb(216,68,95); }

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

background-color css

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

 a { background-color: rgb(216,68,95); }

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

border-color css

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

 span { border-color: rgb(216,68,95); }

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