Html Css Color HEX #D5444A Mandy

📋 copy color: '#D5444A'

red 213 ◦ green 68 ◦ blue 74

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

Shades of Mandy #D5444A

Tints of Mandy #D5444A

RGB

 RED value IS 213 (83.59% from 255) = 60%

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

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

R = 60%
G = 19.15%
B = 20.85%

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

#D5444A (or 0xD5444A) is known color: Mandy. HEX triplet: D5, 44 and 4A. RGB value is (213,68,74). Sum of RGB (Red+Green+Blue) = 213+68+74=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D5444A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5444A is #2ABBB5. Grayscale: #707070. Windows color (decimal): -2800566 or 4867285. OLE color: 4867285.

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

Color convert

RGB 213 68 74 -
CMYK 0 0.68 0.65 0.16
HSL 357.52º 0.63% 0.55% -
HSV(B) 357.52º 0.68% 0.84% -
XYZ 30.74 18.77 8.48 -
YUV 112.04 106.54 200.01 -
System Red Green Blue C M Y K H S L
Decimal 213 68 74 0 0.68 0.65 0.16 357.52 0.63 0.55
Hex D5 44 4A 0 44 41 10 166 3F 37
Octal 325 104 112 0 104 101 20 546 77 67
Binary 11010101 1000100 1001010 0 1000100 1000001 10000 101100110 111111 110111

Color Harmonies of #D5444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5444A

Black with #D5444A

Text Example


Text Example

White with #D5444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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