Html Css Color HEX #D6444D Mandy

📋 copy color: '#D6444D'

red 214 ◦ green 68 ◦ blue 77

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

Shades of Mandy #D6444D

Tints of Mandy #D6444D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.45%

R = 59.61%
G = 18.94%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6444D (or 0xD6444D) is known color: Mandy. HEX triplet: D6, 44 and 4D. RGB value is (214,68,77). Sum of RGB (Red+Green+Blue) = 214+68+77=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6444D is #29BBB2. Grayscale: #707070. Windows color (decimal): -2735027 or 5063894. OLE color: 5063894.

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

Color convert

RGB 214 68 77 -
CMYK 0 0.68 0.64 0.16
HSL 356.3º 0.64% 0.55% -
HSV(B) 356.3º 0.68% 0.84% -
XYZ 31.14 18.97 9.04 -
YUV 112.68 107.87 200.27 -
System Red Green Blue C M Y K H S L
Decimal 214 68 77 0 0.68 0.64 0.16 356.3 0.64 0.55
Hex D6 44 4D 0 44 40 10 164 40 37
Octal 326 104 115 0 104 100 20 544 100 67
Binary 11010110 1000100 1001101 0 1000100 1000000 10000 101100100 1000000 110111

Color Harmonies of #D6444D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6444D

Black with #D6444D

Text Example


Text Example

White with #D6444D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6444D; }

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

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

background-color css

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

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

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

border-color css

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

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

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