Html Css Color HEX #D21081 Medium Violet Red

📋 copy color: '#D21081'

red 210 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #D21081

Tints of Medium Violet Red #D21081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.51%

 BLUE value IS 129 (50.78% from 255) = 36.34%

R = 59.15%
G = 4.51%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D21081 (or 0xD21081) is known color: Medium Violet Red. HEX triplet: D2, 10 and 81. RGB value is (210,16,129). Sum of RGB (Red+Green+Blue) = 210+16+129=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D21081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21081 is #2DEF7E. Grayscale: #565656. Windows color (decimal): -3010431 or 8458450. OLE color: 8458450.

HSL color Cylindrical-coordinate representation of color #D21081: hue angle of 325.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D21081 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 16 129 -
CMYK 0 0.92 0.39 0.18
HSL 325.05º 0.86% 0.44% -
HSV(B) 325.05º 0.92% 0.82% -
XYZ 30.73 15.66 22.17 -
YUV 86.89 151.77 215.81 -
System Red Green Blue C M Y K H S L
Decimal 210 16 129 0 0.92 0.39 0.18 325.05 0.86 0.44
Hex D2 10 81 0 5C 27 12 145 56 2C
Octal 322 20 201 0 134 47 22 505 126 54
Binary 11010010 10000 10000001 0 1011100 100111 10010 101000101 1010110 101100

Color Harmonies of #D21081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21081

Black with #D21081

Text Example


Text Example

White with #D21081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21081; }

 p { color: rgb(210,16,129); }

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

background-color css

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

 a { background-color: rgb(210,16,129); }

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

border-color css

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

 span { border-color: rgb(210,16,129); }

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