Html Css Color HEX #D73F4E Mandy

📋 copy color: '#D73F4E'

red 215 ◦ green 63 ◦ blue 78

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

Shades of Mandy #D73F4E

Tints of Mandy #D73F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.91%

R = 60.39%
G = 17.7%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D73F4E (or 0xD73F4E) is known color: Mandy. HEX triplet: D7, 3F and 4E. RGB value is (215,63,78). Sum of RGB (Red+Green+Blue) = 215+63+78=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D73F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73F4E is #28C0B1. Grayscale: #6E6E6E. Windows color (decimal): -2670770 or 5128151. OLE color: 5128151.

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

Color convert

RGB 215 63 78 -
CMYK 0 0.71 0.64 0.16
HSL 354.08º 0.66% 0.55% -
HSV(B) 354.08º 0.71% 0.84% -
XYZ 31.18 18.55 9.15 -
YUV 110.16 109.86 202.78 -
System Red Green Blue C M Y K H S L
Decimal 215 63 78 0 0.71 0.64 0.16 354.08 0.66 0.55
Hex D7 3F 4E 0 47 40 10 162 42 37
Octal 327 77 116 0 107 100 20 542 102 67
Binary 11010111 111111 1001110 0 1000111 1000000 10000 101100010 1000010 110111

Color Harmonies of #D73F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73F4E

Black with #D73F4E

Text Example


Text Example

White with #D73F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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