Html Css Color HEX #D512A5 Medium Violet Red

📋 copy color: '#D512A5'

red 213 ◦ green 18 ◦ blue 165

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

Shades of Medium Violet Red #D512A5

Tints of Medium Violet Red #D512A5

RGB

 RED value IS 213 (83.59% from 255) = 53.79%

 GREEN value IS 18 (7.42% from 255) = 4.55%

 BLUE value IS 165 (64.84% from 255) = 41.67%

R = 53.79%
G = 4.55%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D512A5 (or 0xD512A5) is known color: Medium Violet Red. HEX triplet: D5, 12 and A5. RGB value is (213,18,165). Sum of RGB (Red+Green+Blue) = 213+18+165=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 165 (64.84% from 255 or 41.67% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D512A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D512A5 is #2AED5A. Grayscale: #5C5C5C. Windows color (decimal): -2813275 or 10818261. OLE color: 10818261.

HSL color Cylindrical-coordinate representation of color #D512A5: hue angle of 314.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512A5 is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 18 165 -
CMYK 0 0.92 0.23 0.16
HSL 314.77º 0.84% 0.45% -
HSV(B) 314.77º 0.92% 0.84% -
XYZ 34.45 17.3 37.12 -
YUV 93.06 168.6 213.55 -
System Red Green Blue C M Y K H S L
Decimal 213 18 165 0 0.92 0.23 0.16 314.77 0.84 0.45
Hex D5 12 A5 0 5C 17 10 13B 54 2D
Octal 325 22 245 0 134 27 20 473 124 55
Binary 11010101 10010 10100101 0 1011100 10111 10000 100111011 1010100 101101

Color Harmonies of #D512A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D512A5

Black with #D512A5

Text Example


Text Example

White with #D512A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D512A5; }

 p { color: rgb(213,18,165); }

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

background-color css

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

 a { background-color: rgb(213,18,165); }

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

border-color css

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

 span { border-color: rgb(213,18,165); }

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