Html Css Color HEX #D70B92 Medium Violet Red

📋 copy color: '#D70B92'

red 215 ◦ green 11 ◦ blue 146

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

Shades of Medium Violet Red #D70B92

Tints of Medium Violet Red #D70B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.25%

R = 57.8%
G = 2.96%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D70B92 (or 0xD70B92) is known color: Medium Violet Red. HEX triplet: D7, 0B and 92. RGB value is (215,11,146). Sum of RGB (Red+Green+Blue) = 215+11+146=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 11 (4.69% from 255 or 2.96% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B92 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70B92 is #28F46D. Grayscale: #575757. Windows color (decimal): -2684014 or 9571287. OLE color: 9571287.

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

Color convert

RGB 215 11 146 -
CMYK 0 0.95 0.32 0.16
HSL 320.29º 0.9% 0.44% -
HSV(B) 320.29º 0.95% 0.84% -
XYZ 33.33 16.76 28.67 -
YUV 87.39 161.09 219.02 -
System Red Green Blue C M Y K H S L
Decimal 215 11 146 0 0.95 0.32 0.16 320.29 0.9 0.44
Hex D7 B 92 0 5F 20 10 140 5A 2C
Octal 327 13 222 0 137 40 20 500 132 54
Binary 11010111 1011 10010010 0 1011111 100000 10000 101000000 1011010 101100

Color Harmonies of #D70B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B92

Black with #D70B92

Text Example


Text Example

White with #D70B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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