Html Css Color HEX #D70F83 Medium Violet Red

📋 copy color: '#D70F83'

red 215 ◦ green 15 ◦ blue 131

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

Shades of Medium Violet Red #D70F83

Tints of Medium Violet Red #D70F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 59.56%
G = 4.16%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D70F83 (or 0xD70F83) is known color: Medium Violet Red. HEX triplet: D7, 0F and 83. RGB value is (215,15,131). Sum of RGB (Red+Green+Blue) = 215+15+131=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70F83 is #28F07C. Grayscale: #575757. Windows color (decimal): -2683005 or 8589271. OLE color: 8589271.

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

Color convert

RGB 215 15 131 -
CMYK 0 0.93 0.39 0.16
HSL 325.2º 0.87% 0.45% -
HSV(B) 325.2º 0.93% 0.84% -
XYZ 32.29 16.43 22.94 -
YUV 88.02 152.26 218.57 -
System Red Green Blue C M Y K H S L
Decimal 215 15 131 0 0.93 0.39 0.16 325.2 0.87 0.45
Hex D7 F 83 0 5D 27 10 145 57 2D
Octal 327 17 203 0 135 47 20 505 127 55
Binary 11010111 1111 10000011 0 1011101 100111 10000 101000101 1010111 101101

Color Harmonies of #D70F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70F83

Black with #D70F83

Text Example


Text Example

White with #D70F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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