Html Css Color HEX #D713A2 Medium Violet Red

📋 copy color: '#D713A2'

red 215 ◦ green 19 ◦ blue 162

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

Shades of Medium Violet Red #D713A2

Tints of Medium Violet Red #D713A2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.8%

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

R = 54.29%
G = 4.8%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D713A2 (or 0xD713A2) is known color: Medium Violet Red. HEX triplet: D7, 13 and A2. RGB value is (215,19,162). Sum of RGB (Red+Green+Blue) = 215+19+162=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D713A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D713A2 is #28EC5D. Grayscale: #5D5D5D. Windows color (decimal): -2681950 or 10621911. OLE color: 10621911.

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

Color convert

RGB 215 19 162 -
CMYK 0 0.91 0.25 0.16
HSL 316.22º 0.84% 0.46% -
HSV(B) 316.22º 0.91% 0.84% -
XYZ 34.78 17.52 35.73 -
YUV 93.91 166.43 214.37 -
System Red Green Blue C M Y K H S L
Decimal 215 19 162 0 0.91 0.25 0.16 316.22 0.84 0.46
Hex D7 13 A2 0 5B 19 10 13C 54 2E
Octal 327 23 242 0 133 31 20 474 124 56
Binary 11010111 10011 10100010 0 1011011 11001 10000 100111100 1010100 101110

Color Harmonies of #D713A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D713A2

Black with #D713A2

Text Example


Text Example

White with #D713A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D713A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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