Html Css Color HEX #D21181 Medium Violet Red

📋 copy color: '#D21181'

red 210 ◦ green 17 ◦ blue 129

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

Shades of Medium Violet Red #D21181

Tints of Medium Violet Red #D21181

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

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

R = 58.99%
G = 4.78%
B = 36.24%

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

#D21181 (or 0xD21181) is known color: Medium Violet Red. HEX triplet: D2, 11 and 81. RGB value is (210,17,129). Sum of RGB (Red+Green+Blue) = 210+17+129=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 129 (50.78% from 255 or 36.24% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D21181 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21181 is #2DEE7E. Grayscale: #575757. Windows color (decimal): -3010175 or 8458706. OLE color: 8458706.

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

Color convert

RGB 210 17 129 -
CMYK 0 0.92 0.39 0.18
HSL 325.18º 0.85% 0.45% -
HSV(B) 325.18º 0.92% 0.82% -
XYZ 30.74 15.69 22.18 -
YUV 87.48 151.44 215.39 -
System Red Green Blue C M Y K H S L
Decimal 210 17 129 0 0.92 0.39 0.18 325.18 0.85 0.45
Hex D2 11 81 0 5C 27 12 145 55 2D
Octal 322 21 201 0 134 47 22 505 125 55
Binary 11010010 10001 10000001 0 1011100 100111 10010 101000101 1010101 101101

Color Harmonies of #D21181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21181

Black with #D21181

Text Example


Text Example

White with #D21181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21181; }

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

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

background-color css

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

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

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

border-color css

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

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

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