Html Css Color HEX #D21F86 Medium Violet Red

📋 copy color: '#D21F86'

red 210 ◦ green 31 ◦ blue 134

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

Shades of Medium Violet Red #D21F86

Tints of Medium Violet Red #D21F86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 35.73%

R = 56%
G = 8.27%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D21F86 (or 0xD21F86) is known color: Medium Violet Red. HEX triplet: D2, 1F and 86. RGB value is (210,31,134). Sum of RGB (Red+Green+Blue) = 210+31+134=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F86 is #2DE079. Grayscale: #606060. Windows color (decimal): -3006586 or 8789970. OLE color: 8789970.

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

Color convert

RGB 210 31 134 -
CMYK 0 0.85 0.36 0.18
HSL 325.47º 0.74% 0.47% -
HSV(B) 325.47º 0.85% 0.82% -
XYZ 31.37 16.4 24.07 -
YUV 96.26 149.3 209.12 -
System Red Green Blue C M Y K H S L
Decimal 210 31 134 0 0.85 0.36 0.18 325.47 0.74 0.47
Hex D2 1F 86 0 55 24 12 145 4A 2F
Octal 322 37 206 0 125 44 22 505 112 57
Binary 11010010 11111 10000110 0 1010101 100100 10010 101000101 1001010 101111

Color Harmonies of #D21F86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F86

Black with #D21F86

Text Example


Text Example

White with #D21F86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F86; }

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

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

background-color css

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

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

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

border-color css

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

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

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