Html Css Color HEX #D712A2 Medium Violet Red

📋 copy color: '#D712A2'

red 215 ◦ green 18 ◦ blue 162

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

Shades of Medium Violet Red #D712A2

Tints of Medium Violet Red #D712A2

RGB

 RED value IS 215 (84.38% from 255) = 54.43%

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

 BLUE value IS 162 (63.67% from 255) = 41.01%

R = 54.43%
G = 4.56%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D712A2 (or 0xD712A2) is known color: Medium Violet Red. HEX triplet: D7, 12 and A2. RGB value is (215,18,162). Sum of RGB (Red+Green+Blue) = 215+18+162=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D712A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D712A2 is #28ED5D. Grayscale: #5C5C5C. Windows color (decimal): -2682206 or 10621655. OLE color: 10621655.

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

Color convert

RGB 215 18 162 -
CMYK 0 0.92 0.25 0.16
HSL 316.14º 0.85% 0.46% -
HSV(B) 316.14º 0.92% 0.84% -
XYZ 34.76 17.49 35.73 -
YUV 93.32 166.77 214.79 -
System Red Green Blue C M Y K H S L
Decimal 215 18 162 0 0.92 0.25 0.16 316.14 0.85 0.46
Hex D7 12 A2 0 5C 19 10 13C 55 2E
Octal 327 22 242 0 134 31 20 474 125 56
Binary 11010111 10010 10100010 0 1011100 11001 10000 100111100 1010101 101110

Color Harmonies of #D712A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D712A2

Black with #D712A2

Text Example


Text Example

White with #D712A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D712A2; }

 p { color: rgb(215,18,162); }

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

background-color css

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

 a { background-color: rgb(215,18,162); }

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

border-color css

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

 span { border-color: rgb(215,18,162); }

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