Html Css Color HEX #D8445C Mandy

📋 copy color: '#D8445C'

red 216 ◦ green 68 ◦ blue 92

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

Shades of Mandy #D8445C

Tints of Mandy #D8445C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 57.45%
G = 18.09%
B = 24.47%

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

#D8445C (or 0xD8445C) is known color: Mandy. HEX triplet: D8, 44 and 5C. RGB value is (216,68,92). Sum of RGB (Red+Green+Blue) = 216+68+92=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D8445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8445C is #27BBA3. Grayscale: #737373. Windows color (decimal): -2603940 or 6046936. OLE color: 6046936.

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

Color convert

RGB 216 68 92 -
CMYK 0 0.69 0.57 0.15
HSL 350.27º 0.65% 0.56% -
HSV(B) 350.27º 0.69% 0.85% -
XYZ 32.32 19.51 12.19 -
YUV 114.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 216 68 92 0 0.69 0.57 0.15 350.27 0.65 0.56
Hex D8 44 5C 0 45 39 F 15E 41 38
Octal 330 104 134 0 105 71 17 536 101 70
Binary 11011000 1000100 1011100 0 1000101 111001 1111 101011110 1000001 111000

Color Harmonies of #D8445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8445C

Black with #D8445C

Text Example


Text Example

White with #D8445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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