Html Css Color HEX #D70B8E Medium Violet Red

📋 copy color: '#D70B8E'

red 215 ◦ green 11 ◦ blue 142

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

Shades of Medium Violet Red #D70B8E

Tints of Medium Violet Red #D70B8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 58.42%
G = 2.99%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D70B8E (or 0xD70B8E) is known color: Medium Violet Red. HEX triplet: D7, 0B and 8E. RGB value is (215,11,142). Sum of RGB (Red+Green+Blue) = 215+11+142=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70B8E is #28F471. Grayscale: #565656. Windows color (decimal): -2684018 or 9309143. OLE color: 9309143.

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

Color convert

RGB 215 11 142 -
CMYK 0 0.95 0.34 0.16
HSL 321.47º 0.9% 0.44% -
HSV(B) 321.47º 0.95% 0.84% -
XYZ 33.03 16.64 27.06 -
YUV 86.93 159.09 219.35 -
System Red Green Blue C M Y K H S L
Decimal 215 11 142 0 0.95 0.34 0.16 321.47 0.9 0.44
Hex D7 B 8E 0 5F 22 10 141 5A 2C
Octal 327 13 216 0 137 42 20 501 132 54
Binary 11010111 1011 10001110 0 1011111 100010 10000 101000001 1011010 101100

Color Harmonies of #D70B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B8E

Black with #D70B8E

Text Example


Text Example

White with #D70B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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