Html Css Color HEX #D73F54 Mandy

📋 copy color: '#D73F54'

red 215 ◦ green 63 ◦ blue 84

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

Shades of Mandy #D73F54

Tints of Mandy #D73F54

RGB

 RED value IS 215 (84.38% from 255) = 59.39%

 GREEN value IS 63 (25% from 255) = 17.4%

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

R = 59.39%
G = 17.4%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D73F54 (or 0xD73F54) is known color: Mandy. HEX triplet: D7, 3F and 54. RGB value is (215,63,84). Sum of RGB (Red+Green+Blue) = 215+63+84=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F54 is #28C0AB. Grayscale: #6E6E6E. Windows color (decimal): -2670764 or 5521367. OLE color: 5521367.

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

Color convert

RGB 215 63 84 -
CMYK 0 0.71 0.61 0.16
HSL 351.71º 0.66% 0.55% -
HSV(B) 351.71º 0.71% 0.84% -
XYZ 31.4 18.64 10.33 -
YUV 110.84 112.86 202.29 -
System Red Green Blue C M Y K H S L
Decimal 215 63 84 0 0.71 0.61 0.16 351.71 0.66 0.55
Hex D7 3F 54 0 47 3D 10 160 42 37
Octal 327 77 124 0 107 75 20 540 102 67
Binary 11010111 111111 1010100 0 1000111 111101 10000 101100000 1000010 110111

Color Harmonies of #D73F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F54

Black with #D73F54

Text Example


Text Example

White with #D73F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F54; }

 p { color: rgb(215,63,84); }

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

background-color css

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

 a { background-color: rgb(215,63,84); }

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

border-color css

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

 span { border-color: rgb(215,63,84); }

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