Html Css Color HEX #D21AA7 Medium Violet Red

📋 copy color: '#D21AA7'

red 210 ◦ green 26 ◦ blue 167

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

Shades of Medium Violet Red #D21AA7

Tints of Medium Violet Red #D21AA7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.45%

 BLUE value IS 167 (65.63% from 255) = 41.44%

R = 52.11%
G = 6.45%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D21AA7 (or 0xD21AA7) is known color: Medium Violet Red. HEX triplet: D2, 1A and A7. RGB value is (210,26,167). Sum of RGB (Red+Green+Blue) = 210+26+167=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D21AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21AA7 is #2DE558. Grayscale: #606060. Windows color (decimal): -3007833 or 10951378. OLE color: 10951378.

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

Color convert

RGB 210 26 167 -
CMYK 0 0.88 0.20 0.18
HSL 314.02º 0.78% 0.46% -
HSV(B) 314.02º 0.88% 0.82% -
XYZ 33.92 17.23 38.1 -
YUV 97.09 167.46 208.54 -
System Red Green Blue C M Y K H S L
Decimal 210 26 167 0 0.88 0.20 0.18 314.02 0.78 0.46
Hex D2 1A A7 0 58 14 12 13A 4E 2E
Octal 322 32 247 0 130 24 22 472 116 56
Binary 11010010 11010 10100111 0 1011000 10100 10010 100111010 1001110 101110

Color Harmonies of #D21AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21AA7

Black with #D21AA7

Text Example


Text Example

White with #D21AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21AA7; }

 p { color: rgb(210,26,167); }

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

background-color css

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

 a { background-color: rgb(210,26,167); }

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

border-color css

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

 span { border-color: rgb(210,26,167); }

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