Html Css Color HEX #D6444A Mandy

📋 copy color: '#D6444A'

red 214 ◦ green 68 ◦ blue 74

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

Shades of Mandy #D6444A

Tints of Mandy #D6444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.79%

R = 60.11%
G = 19.1%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6444A (or 0xD6444A) is known color: Mandy. HEX triplet: D6, 44 and 4A. RGB value is (214,68,74). Sum of RGB (Red+Green+Blue) = 214+68+74=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D6444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6444A is #29BBB5. Grayscale: #707070. Windows color (decimal): -2735030 or 4867286. OLE color: 4867286.

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

Color convert

RGB 214 68 74 -
CMYK 0 0.68 0.65 0.16
HSL 357.53º 0.64% 0.55% -
HSV(B) 357.53º 0.68% 0.84% -
XYZ 31.03 18.92 8.5 -
YUV 112.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 214 68 74 0 0.68 0.65 0.16 357.53 0.64 0.55
Hex D6 44 4A 0 44 41 10 166 40 37
Octal 326 104 112 0 104 101 20 546 100 67
Binary 11010110 1000100 1001010 0 1000100 1000001 10000 101100110 1000000 110111

Color Harmonies of #D6444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6444A

Black with #D6444A

Text Example


Text Example

White with #D6444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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