Html Css Color HEX #D70B7F Medium Violet Red

📋 copy color: '#D70B7F'

red 215 ◦ green 11 ◦ blue 127

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

Shades of Medium Violet Red #D70B7F

Tints of Medium Violet Red #D70B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.12%

 BLUE value IS 127 (50% from 255) = 35.98%

R = 60.91%
G = 3.12%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D70B7F (or 0xD70B7F) is known color: Medium Violet Red. HEX triplet: D7, 0B and 7F. RGB value is (215,11,127). Sum of RGB (Red+Green+Blue) = 215+11+127=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B7F is #28F480. Grayscale: #545454. Windows color (decimal): -2684033 or 8326103. OLE color: 8326103.

HSL color Cylindrical-coordinate representation of color #D70B7F: hue angle of 325.88º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70B7F is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 11 127 -
CMYK 0 0.95 0.41 0.16
HSL 325.88º 0.9% 0.44% -
HSV(B) 325.88º 0.95% 0.84% -
XYZ 31.97 16.22 21.52 -
YUV 85.22 151.59 220.57 -
System Red Green Blue C M Y K H S L
Decimal 215 11 127 0 0.95 0.41 0.16 325.88 0.9 0.44
Hex D7 B 7F 0 5F 29 10 146 5A 2C
Octal 327 13 177 0 137 51 20 506 132 54
Binary 11010111 1011 1111111 0 1011111 101001 10000 101000110 1011010 101100

Color Harmonies of #D70B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B7F

Black with #D70B7F

Text Example


Text Example

White with #D70B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B7F; }

 p { color: rgb(215,11,127); }

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

background-color css

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

 a { background-color: rgb(215,11,127); }

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

border-color css

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

 span { border-color: rgb(215,11,127); }

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