Html Css Color HEX #D70F8A Medium Violet Red

📋 copy color: '#D70F8A'

red 215 ◦ green 15 ◦ blue 138

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

Shades of Medium Violet Red #D70F8A

Tints of Medium Violet Red #D70F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 58.42%
G = 4.08%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D70F8A (or 0xD70F8A) is known color: Medium Violet Red. HEX triplet: D7, 0F and 8A. RGB value is (215,15,138). Sum of RGB (Red+Green+Blue) = 215+15+138=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70F8A is #28F075. Grayscale: #585858. Windows color (decimal): -2682998 or 9048023. OLE color: 9048023.

HSL color Cylindrical-coordinate representation of color #D70F8A: hue angle of 323.1º 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 #D70F8A is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 15 138 -
CMYK 0 0.93 0.36 0.16
HSL 323.1º 0.87% 0.45% -
HSV(B) 323.1º 0.93% 0.84% -
XYZ 32.78 16.62 25.53 -
YUV 88.82 155.76 218 -
System Red Green Blue C M Y K H S L
Decimal 215 15 138 0 0.93 0.36 0.16 323.1 0.87 0.45
Hex D7 F 8A 0 5D 24 10 143 57 2D
Octal 327 17 212 0 135 44 20 503 127 55
Binary 11010111 1111 10001010 0 1011101 100100 10000 101000011 1010111 101101

Color Harmonies of #D70F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F8A

Black with #D70F8A

Text Example


Text Example

White with #D70F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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