Html Css Color HEX #D21F80 Medium Violet Red

📋 copy color: '#D21F80'

red 210 ◦ green 31 ◦ blue 128

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

Shades of Medium Violet Red #D21F80

Tints of Medium Violet Red #D21F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.69%

R = 56.91%
G = 8.4%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D21F80 (or 0xD21F80) is known color: Medium Violet Red. HEX triplet: D2, 1F and 80. RGB value is (210,31,128). Sum of RGB (Red+Green+Blue) = 210+31+128=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F80 is #2DE07F. Grayscale: #5F5F5F. Windows color (decimal): -3006592 or 8396754. OLE color: 8396754.

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

Color convert

RGB 210 31 128 -
CMYK 0 0.85 0.39 0.18
HSL 327.49º 0.74% 0.47% -
HSV(B) 327.49º 0.85% 0.82% -
XYZ 30.96 16.24 21.92 -
YUV 95.58 146.3 209.61 -
System Red Green Blue C M Y K H S L
Decimal 210 31 128 0 0.85 0.39 0.18 327.49 0.74 0.47
Hex D2 1F 80 0 55 27 12 147 4A 2F
Octal 322 37 200 0 125 47 22 507 112 57
Binary 11010010 11111 10000000 0 1010101 100111 10010 101000111 1001010 101111

Color Harmonies of #D21F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F80

Black with #D21F80

Text Example


Text Example

White with #D21F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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