Html Css Color HEX #D413A7 Medium Violet Red

📋 copy color: '#D413A7'

red 212 ◦ green 19 ◦ blue 167

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

Shades of Medium Violet Red #D413A7

Tints of Medium Violet Red #D413A7

RGB

 RED value IS 212 (83.2% from 255) = 53.27%

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

 BLUE value IS 167 (65.63% from 255) = 41.96%

R = 53.27%
G = 4.77%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.17

RGB Variations

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

Color information

#D413A7 (or 0xD413A7) is known color: Medium Violet Red. HEX triplet: D4, 13 and A7. RGB value is (212,19,167). Sum of RGB (Red+Green+Blue) = 212+19+167=398 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.27% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 167 (65.62% from 255 or 41.96% from 398); Max value from RGB is 212 - color contains mainly: red. Hex color #D413A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D413A7 is #2BEC58. Grayscale: #5D5D5D. Windows color (decimal): -2878553 or 10949588. OLE color: 10949588.

HSL color Cylindrical-coordinate representation of color #D413A7: hue angle of 313.99º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D413A7 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 19 167 -
CMYK 0 0.91 0.21 0.17
HSL 313.99º 0.84% 0.45% -
HSV(B) 313.99º 0.91% 0.83% -
XYZ 34.36 17.25 38.08 -
YUV 93.58 169.44 212.47 -
System Red Green Blue C M Y K H S L
Decimal 212 19 167 0 0.91 0.21 0.17 313.99 0.84 0.45
Hex D4 13 A7 0 5B 15 11 13A 54 2D
Octal 324 23 247 0 133 25 21 472 124 55
Binary 11010100 10011 10100111 0 1011011 10101 10001 100111010 1010100 101101

Color Harmonies of #D413A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D413A7

Black with #D413A7

Text Example


Text Example

White with #D413A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D413A7; }

 p { color: rgb(212,19,167); }

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

background-color css

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

 a { background-color: rgb(212,19,167); }

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

border-color css

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

 span { border-color: rgb(212,19,167); }

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