Html Css Color HEX #D54054 Mandy

📋 copy color: '#D54054'

red 213 ◦ green 64 ◦ blue 84

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

Shades of Mandy #D54054

Tints of Mandy #D54054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.73%

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

R = 59%
G = 17.73%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D54054 (or 0xD54054) is known color: Mandy. HEX triplet: D5, 40 and 54. RGB value is (213,64,84). Sum of RGB (Red+Green+Blue) = 213+64+84=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 84 (33.20% from 255 or 23.27% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D54054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D54054 is #2ABFAB. Grayscale: #6E6E6E. Windows color (decimal): -2801580 or 5521621. OLE color: 5521621.

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

Color convert

RGB 213 64 84 -
CMYK 0 0.70 0.61 0.16
HSL 351.95º 0.64% 0.54% -
HSV(B) 351.95º 0.7% 0.84% -
XYZ 30.87 18.45 10.32 -
YUV 110.83 112.86 200.87 -
System Red Green Blue C M Y K H S L
Decimal 213 64 84 0 0.70 0.61 0.16 351.95 0.64 0.54
Hex D5 40 54 0 46 3D 10 160 40 36
Octal 325 100 124 0 106 75 20 540 100 66
Binary 11010101 1000000 1010100 0 1000110 111101 10000 101100000 1000000 110110

Color Harmonies of #D54054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54054

Black with #D54054

Text Example


Text Example

White with #D54054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54054; }

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

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

background-color css

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

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

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

border-color css

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

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

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