Html Css Color HEX #D6444C Mandy

📋 copy color: '#D6444C'

red 214 ◦ green 68 ◦ blue 76

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

Shades of Mandy #D6444C

Tints of Mandy #D6444C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 59.78%
G = 18.99%
B = 21.23%

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

#D6444C (or 0xD6444C) is known color: Mandy. HEX triplet: D6, 44 and 4C. RGB value is (214,68,76). Sum of RGB (Red+Green+Blue) = 214+68+76=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6444C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6444C is #29BBB3. Grayscale: #707070. Windows color (decimal): -2735028 or 4998358. OLE color: 4998358.

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

Color convert

RGB 214 68 76 -
CMYK 0 0.68 0.64 0.16
HSL 356.71º 0.64% 0.55% -
HSV(B) 356.71º 0.68% 0.84% -
XYZ 31.1 18.95 8.86 -
YUV 112.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 214 68 76 0 0.68 0.64 0.16 356.71 0.64 0.55
Hex D6 44 4C 0 44 40 10 165 40 37
Octal 326 104 114 0 104 100 20 545 100 67
Binary 11010110 1000100 1001100 0 1000100 1000000 10000 101100101 1000000 110111

Color Harmonies of #D6444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6444C

Black with #D6444C

Text Example


Text Example

White with #D6444C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6444C; }

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

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

background-color css

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

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

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

border-color css

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

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

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