Html Css Color HEX #D54F54 Mandy

📋 copy color: '#D54F54'

red 213 ◦ green 79 ◦ blue 84

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

Shades of Mandy #D54F54

Tints of Mandy #D54F54

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.01%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 56.65%
G = 21.01%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D54F54 (or 0xD54F54) is known color: Mandy. HEX triplet: D5, 4F and 54. RGB value is (213,79,84). Sum of RGB (Red+Green+Blue) = 213+79+84=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 79 (31.25% from 255 or 21.01% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D54F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D54F54 is #2AB0AB. Grayscale: #777777. Windows color (decimal): -2797740 or 5525461. OLE color: 5525461.

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

Color convert

RGB 213 79 84 -
CMYK 0 0.63 0.61 0.16
HSL 357.76º 0.61% 0.57% -
HSV(B) 357.76º 0.63% 0.84% -
XYZ 31.84 20.38 10.64 -
YUV 119.64 107.89 194.59 -
System Red Green Blue C M Y K H S L
Decimal 213 79 84 0 0.63 0.61 0.16 357.76 0.61 0.57
Hex D5 4F 54 0 3F 3D 10 166 3D 39
Octal 325 117 124 0 77 75 20 546 75 71
Binary 11010101 1001111 1010100 0 111111 111101 10000 101100110 111101 111001

Color Harmonies of #D54F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54F54

Black with #D54F54

Text Example


Text Example

White with #D54F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54F54; }

 p { color: rgb(213,79,84); }

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

background-color css

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

 a { background-color: rgb(213,79,84); }

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

border-color css

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

 span { border-color: rgb(213,79,84); }

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