Html Css Color HEX #D6445F Mandy

📋 copy color: '#D6445F'

red 214 ◦ green 68 ◦ blue 95

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

Shades of Mandy #D6445F

Tints of Mandy #D6445F

RGB

 RED value IS 214 (83.98% from 255) = 56.76%

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

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

R = 56.76%
G = 18.04%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6445F (or 0xD6445F) is known color: Mandy. HEX triplet: D6, 44 and 5F. RGB value is (214,68,95). Sum of RGB (Red+Green+Blue) = 214+68+95=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D6445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6445F is #29BBA0. Grayscale: #727272. Windows color (decimal): -2735009 or 6243542. OLE color: 6243542.

HSL color Cylindrical-coordinate representation of color #D6445F: hue angle of 348.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6445F is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 95 -
CMYK 0 0.68 0.56 0.16
HSL 348.9º 0.64% 0.55% -
HSV(B) 348.9º 0.68% 0.84% -
XYZ 31.86 19.26 12.86 -
YUV 114.73 116.87 198.8 -
System Red Green Blue C M Y K H S L
Decimal 214 68 95 0 0.68 0.56 0.16 348.9 0.64 0.55
Hex D6 44 5F 0 44 38 10 15D 40 37
Octal 326 104 137 0 104 70 20 535 100 67
Binary 11010110 1000100 1011111 0 1000100 111000 10000 101011101 1000000 110111

Color Harmonies of #D6445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6445F

Black with #D6445F

Text Example


Text Example

White with #D6445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6445F; }

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

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

background-color css

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

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

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

border-color css

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

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

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