Html Css Color HEX #D215AA Medium Violet Red

📋 copy color: '#D215AA'

red 210 ◦ green 21 ◦ blue 170

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

Shades of Medium Violet Red #D215AA

Tints of Medium Violet Red #D215AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.24%

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

R = 52.37%
G = 5.24%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D215AA (or 0xD215AA) is known color: Medium Violet Red. HEX triplet: D2, 15 and AA. RGB value is (210,21,170). Sum of RGB (Red+Green+Blue) = 210+21+170=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 21 (8.59% from 255 or 5.24% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D215AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D215AA is #2DEA55. Grayscale: #5E5E5E. Windows color (decimal): -3009110 or 11146706. OLE color: 11146706.

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

Color convert

RGB 210 21 170 -
CMYK 0 0.90 0.19 0.18
HSL 312.7º 0.82% 0.45% -
HSV(B) 312.7º 0.9% 0.82% -
XYZ 34.1 17.14 39.54 -
YUV 94.5 170.62 210.38 -
System Red Green Blue C M Y K H S L
Decimal 210 21 170 0 0.90 0.19 0.18 312.7 0.82 0.45
Hex D2 15 AA 0 5A 13 12 139 52 2D
Octal 322 25 252 0 132 23 22 471 122 55
Binary 11010010 10101 10101010 0 1011010 10011 10010 100111001 1010010 101101

Color Harmonies of #D215AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D215AA

Black with #D215AA

Text Example


Text Example

White with #D215AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D215AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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