Html Css Color HEX #D54448 Mandy

📋 copy color: '#D54448'

red 213 ◦ green 68 ◦ blue 72

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

Shades of Mandy #D54448

Tints of Mandy #D54448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.4%

R = 60.34%
G = 19.26%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D54448 (or 0xD54448) is known color: Mandy. HEX triplet: D5, 44 and 48. RGB value is (213,68,72). Sum of RGB (Red+Green+Blue) = 213+68+72=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D54448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54448 is #2ABBB7. Grayscale: #6F6F6F. Windows color (decimal): -2800568 or 4736213. OLE color: 4736213.

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

Color convert

RGB 213 68 72 -
CMYK 0 0.68 0.66 0.16
HSL 358.34º 0.63% 0.55% -
HSV(B) 358.34º 0.68% 0.84% -
XYZ 30.68 18.75 8.13 -
YUV 111.81 105.54 200.17 -
System Red Green Blue C M Y K H S L
Decimal 213 68 72 0 0.68 0.66 0.16 358.34 0.63 0.55
Hex D5 44 48 0 44 42 10 166 3F 37
Octal 325 104 110 0 104 102 20 546 77 67
Binary 11010101 1000100 1001000 0 1000100 1000010 10000 101100110 111111 110111

Color Harmonies of #D54448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54448

Black with #D54448

Text Example


Text Example

White with #D54448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54448; }

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

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

background-color css

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

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

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

border-color css

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

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

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