Html Css Color HEX #D70F9A Medium Violet Red

📋 copy color: '#D70F9A'

red 215 ◦ green 15 ◦ blue 154

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

Shades of Medium Violet Red #D70F9A

Tints of Medium Violet Red #D70F9A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.91%

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 55.99%
G = 3.91%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D70F9A (or 0xD70F9A) is known color: Medium Violet Red. HEX triplet: D7, 0F and 9A. RGB value is (215,15,154). Sum of RGB (Red+Green+Blue) = 215+15+154=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 15 (6.25% from 255 or 3.91% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70F9A is #28F065. Grayscale: #5A5A5A. Windows color (decimal): -2682982 or 10096599. OLE color: 10096599.

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

Color convert

RGB 215 15 154 -
CMYK 0 0.93 0.28 0.16
HSL 318.3º 0.87% 0.45% -
HSV(B) 318.3º 0.93% 0.84% -
XYZ 34.03 17.12 32.08 -
YUV 90.65 163.76 216.7 -
System Red Green Blue C M Y K H S L
Decimal 215 15 154 0 0.93 0.28 0.16 318.3 0.87 0.45
Hex D7 F 9A 0 5D 1C 10 13E 57 2D
Octal 327 17 232 0 135 34 20 476 127 55
Binary 11010111 1111 10011010 0 1011101 11100 10000 100111110 1010111 101101

Color Harmonies of #D70F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F9A

Black with #D70F9A

Text Example


Text Example

White with #D70F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F9A; }

 p { color: rgb(215,15,154); }

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

background-color css

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

 a { background-color: rgb(215,15,154); }

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

border-color css

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

 span { border-color: rgb(215,15,154); }

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