Html Css Color HEX #D21B9F Medium Violet Red

📋 copy color: '#D21B9F'

red 210 ◦ green 27 ◦ blue 159

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

Shades of Medium Violet Red #D21B9F

Tints of Medium Violet Red #D21B9F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.82%

 BLUE value IS 159 (62.5% from 255) = 40.15%

R = 53.03%
G = 6.82%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D21B9F (or 0xD21B9F) is known color: Medium Violet Red. HEX triplet: D2, 1B and 9F. RGB value is (210,27,159). Sum of RGB (Red+Green+Blue) = 210+27+159=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21B9F is #2DE460. Grayscale: #606060. Windows color (decimal): -3007585 or 10427346. OLE color: 10427346.

HSL color Cylindrical-coordinate representation of color #D21B9F: hue angle of 316.72º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D21B9F is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 27 159 -
CMYK 0 0.87 0.24 0.18
HSL 316.72º 0.77% 0.46% -
HSV(B) 316.72º 0.87% 0.82% -
XYZ 33.23 16.99 34.33 -
YUV 96.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 210 27 159 0 0.87 0.24 0.18 316.72 0.77 0.46
Hex D2 1B 9F 0 57 18 12 13D 4D 2E
Octal 322 33 237 0 127 30 22 475 115 56
Binary 11010010 11011 10011111 0 1010111 11000 10010 100111101 1001101 101110

Color Harmonies of #D21B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B9F

Black with #D21B9F

Text Example


Text Example

White with #D21B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B9F; }

 p { color: rgb(210,27,159); }

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

background-color css

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

 a { background-color: rgb(210,27,159); }

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

border-color css

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

 span { border-color: rgb(210,27,159); }

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