Html Css Color HEX #D21F73 Medium Violet Red

📋 copy color: '#D21F73'

red 210 ◦ green 31 ◦ blue 115

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

Shades of Medium Violet Red #D21F73

Tints of Medium Violet Red #D21F73

RGB

 RED value IS 210 (82.42% from 255) = 58.99%

 GREEN value IS 31 (12.5% from 255) = 8.71%

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 58.99%
G = 8.71%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D21F73 (or 0xD21F73) is known color: Medium Violet Red. HEX triplet: D2, 1F and 73. RGB value is (210,31,115). Sum of RGB (Red+Green+Blue) = 210+31+115=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F73 is #2DE08C. Grayscale: #5D5D5D. Windows color (decimal): -3006605 or 7544786. OLE color: 7544786.

HSL color Cylindrical-coordinate representation of color #D21F73: hue angle of 331.84º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21F73 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 31 115 -
CMYK 0 0.85 0.45 0.18
HSL 331.84º 0.74% 0.47% -
HSV(B) 331.84º 0.85% 0.82% -
XYZ 30.16 15.92 17.7 -
YUV 94.1 139.8 210.67 -
System Red Green Blue C M Y K H S L
Decimal 210 31 115 0 0.85 0.45 0.18 331.84 0.74 0.47
Hex D2 1F 73 0 55 2D 12 14C 4A 2F
Octal 322 37 163 0 125 55 22 514 112 57
Binary 11010010 11111 1110011 0 1010101 101101 10010 101001100 1001010 101111

Color Harmonies of #D21F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F73

Black with #D21F73

Text Example


Text Example

White with #D21F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F73; }

 p { color: rgb(210,31,115); }

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

background-color css

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

 a { background-color: rgb(210,31,115); }

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

border-color css

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

 span { border-color: rgb(210,31,115); }

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