Html Css Color HEX #D21A7D Medium Violet Red

📋 copy color: '#D21A7D'

red 210 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #D21A7D

Tints of Medium Violet Red #D21A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 58.17%
G = 7.2%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D21A7D (or 0xD21A7D) is known color: Medium Violet Red. HEX triplet: D2, 1A and 7D. RGB value is (210,26,125). Sum of RGB (Red+Green+Blue) = 210+26+125=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 26 (10.55% from 255 or 7.20% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21A7D is #2DE582. Grayscale: #5C5C5C. Windows color (decimal): -3007875 or 8198866. OLE color: 8198866.

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

Color convert

RGB 210 26 125 -
CMYK 0 0.88 0.40 0.18
HSL 327.72º 0.78% 0.46% -
HSV(B) 327.72º 0.88% 0.82% -
XYZ 30.65 15.92 20.86 -
YUV 92.3 146.46 211.95 -
System Red Green Blue C M Y K H S L
Decimal 210 26 125 0 0.88 0.40 0.18 327.72 0.78 0.46
Hex D2 1A 7D 0 58 28 12 148 4E 2E
Octal 322 32 175 0 130 50 22 510 116 56
Binary 11010010 11010 1111101 0 1011000 101000 10010 101001000 1001110 101110

Color Harmonies of #D21A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A7D

Black with #D21A7D

Text Example


Text Example

White with #D21A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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