Html Css Color HEX #D70B7E Medium Violet Red

📋 copy color: '#D70B7E'

red 215 ◦ green 11 ◦ blue 126

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

Shades of Medium Violet Red #D70B7E

Tints of Medium Violet Red #D70B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.8%

R = 61.08%
G = 3.13%
B = 35.8%

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

#D70B7E (or 0xD70B7E) is known color: Medium Violet Red. HEX triplet: D7, 0B and 7E. RGB value is (215,11,126). Sum of RGB (Red+Green+Blue) = 215+11+126=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 11 (4.69% from 255 or 3.12% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70B7E is #28F481. Grayscale: #545454. Windows color (decimal): -2684034 or 8260567. OLE color: 8260567.

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

Color convert

RGB 215 11 126 -
CMYK 0 0.95 0.41 0.16
HSL 326.18º 0.9% 0.44% -
HSV(B) 326.18º 0.95% 0.84% -
XYZ 31.91 16.19 21.18 -
YUV 85.11 151.09 220.65 -
System Red Green Blue C M Y K H S L
Decimal 215 11 126 0 0.95 0.41 0.16 326.18 0.9 0.44
Hex D7 B 7E 0 5F 29 10 146 5A 2C
Octal 327 13 176 0 137 51 20 506 132 54
Binary 11010111 1011 1111110 0 1011111 101001 10000 101000110 1011010 101100

Color Harmonies of #D70B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70B7E

Black with #D70B7E

Text Example


Text Example

White with #D70B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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