Html Css Color HEX #D8444A Mandy

📋 copy color: '#D8444A'

red 216 ◦ green 68 ◦ blue 74

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

Shades of Mandy #D8444A

Tints of Mandy #D8444A

RGB

 RED value IS 216 (84.77% from 255) = 60.34%

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

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

R = 60.34%
G = 18.99%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8444A (or 0xD8444A) is known color: Mandy. HEX triplet: D8, 44 and 4A. RGB value is (216,68,74). Sum of RGB (Red+Green+Blue) = 216+68+74=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 74 (29.30% from 255 or 20.67% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D8444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8444A is #27BBB5. Grayscale: #717171. Windows color (decimal): -2603958 or 4867288. OLE color: 4867288.

HSL color Cylindrical-coordinate representation of color #D8444A: hue angle of 357.57º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8444A is Cyan = 0, Magento = 0.69, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 68 74 -
CMYK 0 0.69 0.66 0.15
HSL 357.57º 0.65% 0.56% -
HSV(B) 357.57º 0.69% 0.85% -
XYZ 31.62 19.23 8.52 -
YUV 112.94 106.03 201.51 -
System Red Green Blue C M Y K H S L
Decimal 216 68 74 0 0.69 0.66 0.15 357.57 0.65 0.56
Hex D8 44 4A 0 45 42 F 166 41 38
Octal 330 104 112 0 105 102 17 546 101 70
Binary 11011000 1000100 1001010 0 1000101 1000010 1111 101100110 1000001 111000

Color Harmonies of #D8444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8444A

Black with #D8444A

Text Example


Text Example

White with #D8444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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