Html Css Color HEX #D6445C Mandy

📋 copy color: '#D6445C'

red 214 ◦ green 68 ◦ blue 92

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

Shades of Mandy #D6445C

Tints of Mandy #D6445C

RGB

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

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

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

R = 57.22%
G = 18.18%
B = 24.6%

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

#D6445C (or 0xD6445C) is known color: Mandy. HEX triplet: D6, 44 and 5C. RGB value is (214,68,92). Sum of RGB (Red+Green+Blue) = 214+68+92=374 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.22% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 214 - color contains mainly: red. Hex color #D6445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6445C is #29BBA3. Grayscale: #727272. Windows color (decimal): -2735012 or 6046934. OLE color: 6046934.

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

Color convert

RGB 214 68 92 -
CMYK 0 0.68 0.57 0.16
HSL 350.14º 0.64% 0.55% -
HSV(B) 350.14º 0.68% 0.84% -
XYZ 31.73 19.2 12.16 -
YUV 114.39 115.37 199.05 -
System Red Green Blue C M Y K H S L
Decimal 214 68 92 0 0.68 0.57 0.16 350.14 0.64 0.55
Hex D6 44 5C 0 44 39 10 15E 40 37
Octal 326 104 134 0 104 71 20 536 100 67
Binary 11010110 1000100 1011100 0 1000100 111001 10000 101011110 1000000 110111

Color Harmonies of #D6445C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6445C

Black with #D6445C

Text Example


Text Example

White with #D6445C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6445C; }

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

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

background-color css

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

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

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

border-color css

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

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

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