Html Css Color HEX #D70286 Medium Violet Red

📋 copy color: '#D70286'

red 215 ◦ green 2 ◦ blue 134

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

Shades of Medium Violet Red #D70286

Tints of Medium Violet Red #D70286

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.57%

 BLUE value IS 134 (52.73% from 255) = 38.18%

R = 61.25%
G = 0.57%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D70286 (or 0xD70286) is known color: Medium Violet Red. HEX triplet: D7, 02 and 86. RGB value is (215,2,134). Sum of RGB (Red+Green+Blue) = 215+2+134=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D70286 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70286 is #28FD79. Grayscale: #505050. Windows color (decimal): -2686330 or 8782551. OLE color: 8782551.

HSL color Cylindrical-coordinate representation of color #D70286: hue angle of 322.82º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70286 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 2 134 -
CMYK 0 0.99 0.38 0.16
HSL 322.82º 0.98% 0.43% -
HSV(B) 322.82º 0.99% 0.84% -
XYZ 32.35 16.21 23.98 -
YUV 80.74 158.07 223.77 -
System Red Green Blue C M Y K H S L
Decimal 215 2 134 0 0.99 0.38 0.16 322.82 0.98 0.43
Hex D7 2 86 0 63 26 10 143 62 2B
Octal 327 2 206 0 143 46 20 503 142 53
Binary 11010111 10 10000110 0 1100011 100110 10000 101000011 1100010 101011

Color Harmonies of #D70286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70286

Black with #D70286

Text Example


Text Example

White with #D70286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70286; }

 p { color: rgb(215,2,134); }

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

background-color css

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

 a { background-color: rgb(215,2,134); }

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

border-color css

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

 span { border-color: rgb(215,2,134); }

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