Html Css Color HEX #D21F93 Medium Violet Red

📋 copy color: '#D21F93'

red 210 ◦ green 31 ◦ blue 147

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

Shades of Medium Violet Red #D21F93

Tints of Medium Violet Red #D21F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.89%

R = 54.12%
G = 7.99%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D21F93 (or 0xD21F93) is known color: Medium Violet Red. HEX triplet: D2, 1F and 93. RGB value is (210,31,147). Sum of RGB (Red+Green+Blue) = 210+31+147=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F93 is #2DE06C. Grayscale: #616161. Windows color (decimal): -3006573 or 9641938. OLE color: 9641938.

HSL color Cylindrical-coordinate representation of color #D21F93: hue angle of 321.12º 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 #D21F93 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 31 147 -
CMYK 0 0.85 0.30 0.18
HSL 321.12º 0.74% 0.47% -
HSV(B) 321.12º 0.85% 0.82% -
XYZ 32.33 16.79 29.14 -
YUV 97.75 155.8 208.07 -
System Red Green Blue C M Y K H S L
Decimal 210 31 147 0 0.85 0.30 0.18 321.12 0.74 0.47
Hex D2 1F 93 0 55 1E 12 141 4A 2F
Octal 322 37 223 0 125 36 22 501 112 57
Binary 11010010 11111 10010011 0 1010101 11110 10010 101000001 1001010 101111

Color Harmonies of #D21F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F93

Black with #D21F93

Text Example


Text Example

White with #D21F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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