Html Css Color HEX #D6444F Mandy

📋 copy color: '#D6444F'

red 214 ◦ green 68 ◦ blue 79

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

Shades of Mandy #D6444F

Tints of Mandy #D6444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 59.28%
G = 18.84%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6444F (or 0xD6444F) is known color: Mandy. HEX triplet: D6, 44 and 4F. RGB value is (214,68,79). Sum of RGB (Red+Green+Blue) = 214+68+79=361 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.28% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 214 - color contains mainly: red. Hex color #D6444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6444F is #29BBB0. Grayscale: #717171. Windows color (decimal): -2735025 or 5194966. OLE color: 5194966.

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

Color convert

RGB 214 68 79 -
CMYK 0 0.68 0.63 0.16
HSL 355.48º 0.64% 0.55% -
HSV(B) 355.48º 0.68% 0.84% -
XYZ 31.21 18.99 9.42 -
YUV 112.91 108.87 200.11 -
System Red Green Blue C M Y K H S L
Decimal 214 68 79 0 0.68 0.63 0.16 355.48 0.64 0.55
Hex D6 44 4F 0 44 3F 10 163 40 37
Octal 326 104 117 0 104 77 20 543 100 67
Binary 11010110 1000100 1001111 0 1000100 111111 10000 101100011 1000000 110111

Color Harmonies of #D6444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6444F

Black with #D6444F

Text Example


Text Example

White with #D6444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6444F; }

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

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

background-color css

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

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

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

border-color css

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

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

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