Html Css Color HEX #D8445D Mandy

📋 copy color: '#D8445D'

red 216 ◦ green 68 ◦ blue 93

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

Shades of Mandy #D8445D

Tints of Mandy #D8445D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.67%

R = 57.29%
G = 18.04%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8445D (or 0xD8445D) is known color: Mandy. HEX triplet: D8, 44 and 5D. RGB value is (216,68,93). Sum of RGB (Red+Green+Blue) = 216+68+93=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D8445D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8445D is #27BBA2. Grayscale: #737373. Windows color (decimal): -2603939 or 6112472. OLE color: 6112472.

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

Color convert

RGB 216 68 93 -
CMYK 0 0.69 0.57 0.15
HSL 349.86º 0.65% 0.56% -
HSV(B) 349.86º 0.69% 0.85% -
XYZ 32.36 19.52 12.42 -
YUV 115.1 115.53 199.97 -
System Red Green Blue C M Y K H S L
Decimal 216 68 93 0 0.69 0.57 0.15 349.86 0.65 0.56
Hex D8 44 5D 0 45 39 F 15E 41 38
Octal 330 104 135 0 105 71 17 536 101 70
Binary 11011000 1000100 1011101 0 1000101 111001 1111 101011110 1000001 111000

Color Harmonies of #D8445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8445D

Black with #D8445D

Text Example


Text Example

White with #D8445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8445D; }

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

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

background-color css

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

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

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

border-color css

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

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

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