Html Css Color HEX #D6445B Mandy

📋 copy color: '#D6445B'

red 214 ◦ green 68 ◦ blue 91

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

Shades of Mandy #D6445B

Tints of Mandy #D6445B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 57.37%
G = 18.23%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6445B (or 0xD6445B) is known color: Mandy. HEX triplet: D6, 44 and 5B. RGB value is (214,68,91). Sum of RGB (Red+Green+Blue) = 214+68+91=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 68 (26.95% from 255 or 18.23% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6445B is #29BBA4. Grayscale: #727272. Windows color (decimal): -2735013 or 5981398. OLE color: 5981398.

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

Color convert

RGB 214 68 91 -
CMYK 0 0.68 0.57 0.16
HSL 350.55º 0.64% 0.55% -
HSV(B) 350.55º 0.68% 0.84% -
XYZ 31.69 19.19 11.93 -
YUV 114.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 214 68 91 0 0.68 0.57 0.16 350.55 0.64 0.55
Hex D6 44 5B 0 44 39 10 15F 40 37
Octal 326 104 133 0 104 71 20 537 100 67
Binary 11010110 1000100 1011011 0 1000100 111001 10000 101011111 1000000 110111

Color Harmonies of #D6445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6445B

Black with #D6445B

Text Example


Text Example

White with #D6445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6445B; }

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

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

background-color css

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

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

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

border-color css

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

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

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