Html Css Color HEX #D21BAA Medium Violet Red

📋 copy color: '#D21BAA'

red 210 ◦ green 27 ◦ blue 170

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

Shades of Medium Violet Red #D21BAA

Tints of Medium Violet Red #D21BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 51.6%
G = 6.63%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D21BAA (or 0xD21BAA) is known color: Medium Violet Red. HEX triplet: D2, 1B and AA. RGB value is (210,27,170). Sum of RGB (Red+Green+Blue) = 210+27+170=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 27 (10.94% from 255 or 6.63% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21BAA is #2DE455. Grayscale: #616161. Windows color (decimal): -3007574 or 11148242. OLE color: 11148242.

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

Color convert

RGB 210 27 170 -
CMYK 0 0.87 0.19 0.18
HSL 313.11º 0.77% 0.46% -
HSV(B) 313.11º 0.87% 0.82% -
XYZ 34.23 17.39 39.58 -
YUV 98.02 168.63 207.87 -
System Red Green Blue C M Y K H S L
Decimal 210 27 170 0 0.87 0.19 0.18 313.11 0.77 0.46
Hex D2 1B AA 0 57 13 12 139 4D 2E
Octal 322 33 252 0 127 23 22 471 115 56
Binary 11010010 11011 10101010 0 1010111 10011 10010 100111001 1001101 101110

Color Harmonies of #D21BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21BAA

Black with #D21BAA

Text Example


Text Example

White with #D21BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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