Html Css Color HEX #D21DA7 Medium Violet Red

📋 copy color: '#D21DA7'

red 210 ◦ green 29 ◦ blue 167

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

Shades of Medium Violet Red #D21DA7

Tints of Medium Violet Red #D21DA7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.14%

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

R = 51.72%
G = 7.14%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D21DA7 (or 0xD21DA7) is known color: Medium Violet Red. HEX triplet: D2, 1D and A7. RGB value is (210,29,167). Sum of RGB (Red+Green+Blue) = 210+29+167=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D21DA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21DA7 is #2DE258. Grayscale: #626262. Windows color (decimal): -3007065 or 10952146. OLE color: 10952146.

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

Color convert

RGB 210 29 167 -
CMYK 0 0.86 0.20 0.18
HSL 314.25º 0.76% 0.47% -
HSV(B) 314.25º 0.86% 0.82% -
XYZ 33.99 17.37 38.12 -
YUV 98.85 166.47 207.28 -
System Red Green Blue C M Y K H S L
Decimal 210 29 167 0 0.86 0.20 0.18 314.25 0.76 0.47
Hex D2 1D A7 0 56 14 12 13A 4C 2F
Octal 322 35 247 0 126 24 22 472 114 57
Binary 11010010 11101 10100111 0 1010110 10100 10010 100111010 1001100 101111

Color Harmonies of #D21DA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21DA7

Black with #D21DA7

Text Example


Text Example

White with #D21DA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21DA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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