Html Css Color HEX #D21F99 Medium Violet Red

📋 copy color: '#D21F99'

red 210 ◦ green 31 ◦ blue 153

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

Shades of Medium Violet Red #D21F99

Tints of Medium Violet Red #D21F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 38.83%

R = 53.3%
G = 7.87%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D21F99 (or 0xD21F99) is known color: Medium Violet Red. HEX triplet: D2, 1F and 99. RGB value is (210,31,153). Sum of RGB (Red+Green+Blue) = 210+31+153=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 153 (60.16% from 255 or 38.83% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F99 is #2DE066. Grayscale: #626262. Windows color (decimal): -3006567 or 10035154. OLE color: 10035154.

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

Color convert

RGB 210 31 153 -
CMYK 0 0.85 0.27 0.18
HSL 319.11º 0.74% 0.47% -
HSV(B) 319.11º 0.85% 0.82% -
XYZ 32.82 16.98 31.69 -
YUV 98.43 158.8 207.58 -
System Red Green Blue C M Y K H S L
Decimal 210 31 153 0 0.85 0.27 0.18 319.11 0.74 0.47
Hex D2 1F 99 0 55 1B 12 13F 4A 2F
Octal 322 37 231 0 125 33 22 477 112 57
Binary 11010010 11111 10011001 0 1010101 11011 10010 100111111 1001010 101111

Color Harmonies of #D21F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F99

Black with #D21F99

Text Example


Text Example

White with #D21F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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