Html Css Color HEX #D54648 Mandy

📋 copy color: '#D54648'

red 213 ◦ green 70 ◦ blue 72

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

Shades of Mandy #D54648

Tints of Mandy #D54648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.72%

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

R = 60%
G = 19.72%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D54648 (or 0xD54648) is known color: Mandy. HEX triplet: D5, 46 and 48. RGB value is (213,70,72). Sum of RGB (Red+Green+Blue) = 213+70+72=355 (47% of max value = 765). Red value is 213 (83.59% from 255 or 60% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 213 - color contains mainly: red. Hex color #D54648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54648 is #2AB9B7. Grayscale: #717171. Windows color (decimal): -2800056 or 4736725. OLE color: 4736725.

HSL color Cylindrical-coordinate representation of color #D54648: hue angle of 359.16º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D54648 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 70 72 -
CMYK 0 0.67 0.66 0.16
HSL 359.16º 0.63% 0.55% -
HSV(B) 359.16º 0.67% 0.84% -
XYZ 30.8 18.99 8.17 -
YUV 112.99 104.88 199.34 -
System Red Green Blue C M Y K H S L
Decimal 213 70 72 0 0.67 0.66 0.16 359.16 0.63 0.55
Hex D5 46 48 0 43 42 10 167 3F 37
Octal 325 106 110 0 103 102 20 547 77 67
Binary 11010101 1000110 1001000 0 1000011 1000010 10000 101100111 111111 110111

Color Harmonies of #D54648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54648

Black with #D54648

Text Example


Text Example

White with #D54648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54648; }

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

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

background-color css

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

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

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

border-color css

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

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

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