Html Css Color HEX #D21F83 Medium Violet Red

📋 copy color: '#D21F83'

red 210 ◦ green 31 ◦ blue 131

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

Shades of Medium Violet Red #D21F83

Tints of Medium Violet Red #D21F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.22%

R = 56.45%
G = 8.33%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D21F83 (or 0xD21F83) is known color: Medium Violet Red. HEX triplet: D2, 1F and 83. RGB value is (210,31,131). Sum of RGB (Red+Green+Blue) = 210+31+131=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 31 (12.5% from 255 or 8.33% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F83 is #2DE07C. Grayscale: #5F5F5F. Windows color (decimal): -3006589 or 8593362. OLE color: 8593362.

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

Color convert

RGB 210 31 131 -
CMYK 0 0.85 0.38 0.18
HSL 326.48º 0.74% 0.47% -
HSV(B) 326.48º 0.85% 0.82% -
XYZ 31.17 16.32 22.98 -
YUV 95.92 147.8 209.37 -
System Red Green Blue C M Y K H S L
Decimal 210 31 131 0 0.85 0.38 0.18 326.48 0.74 0.47
Hex D2 1F 83 0 55 26 12 146 4A 2F
Octal 322 37 203 0 125 46 22 506 112 57
Binary 11010010 11111 10000011 0 1010101 100110 10010 101000110 1001010 101111

Color Harmonies of #D21F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F83

Black with #D21F83

Text Example


Text Example

White with #D21F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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