Html Css Color HEX #D21F8C Medium Violet Red

📋 copy color: '#D21F8C'

red 210 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #D21F8C

Tints of Medium Violet Red #D21F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.75%

R = 55.12%
G = 8.14%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D21F8C (or 0xD21F8C) is known color: Medium Violet Red. HEX triplet: D2, 1F and 8C. RGB value is (210,31,140). Sum of RGB (Red+Green+Blue) = 210+31+140=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F8C is #2DE073. Grayscale: #606060. Windows color (decimal): -3006580 or 9183186. OLE color: 9183186.

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

Color convert

RGB 210 31 140 -
CMYK 0 0.85 0.33 0.18
HSL 323.46º 0.74% 0.47% -
HSV(B) 323.46º 0.85% 0.82% -
XYZ 31.8 16.58 26.33 -
YUV 96.95 152.3 208.64 -
System Red Green Blue C M Y K H S L
Decimal 210 31 140 0 0.85 0.33 0.18 323.46 0.74 0.47
Hex D2 1F 8C 0 55 21 12 143 4A 2F
Octal 322 37 214 0 125 41 22 503 112 57
Binary 11010010 11111 10001100 0 1010101 100001 10010 101000011 1001010 101111

Color Harmonies of #D21F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F8C

Black with #D21F8C

Text Example


Text Example

White with #D21F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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