Html Css Color HEX #D70381 Medium Violet Red

📋 copy color: '#D70381'

red 215 ◦ green 3 ◦ blue 129

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

Shades of Medium Violet Red #D70381

Tints of Medium Violet Red #D70381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.86%

 BLUE value IS 129 (50.78% from 255) = 37.18%

R = 61.96%
G = 0.86%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.4

 K value IS 0.16

RGB Variations

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

Color information

#D70381 (or 0xD70381) is known color: Medium Violet Red. HEX triplet: D7, 03 and 81. RGB value is (215,3,129). Sum of RGB (Red+Green+Blue) = 215+3+129=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 3 (1.56% from 255 or 0.86% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D70381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70381 is #28FC7E. Grayscale: #505050. Windows color (decimal): -2686079 or 8455127. OLE color: 8455127.

HSL color Cylindrical-coordinate representation of color #D70381: hue angle of 324.34º degrees, saturation: 0.97, 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 #D70381 is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 129 -
CMYK 0 0.99 0.4 0.16
HSL 324.34º 0.97% 0.43% -
HSV(B) 324.34º 0.99% 0.84% -
XYZ 32.02 16.1 22.19 -
YUV 80.75 155.24 223.75 -
System Red Green Blue C M Y K H S L
Decimal 215 3 129 0 0.99 0.4 0.16 324.34 0.97 0.43
Hex D7 3 81 0 63 28 10 144 61 2B
Octal 327 3 201 0 143 50 20 504 141 53
Binary 11010111 11 10000001 0 1100011 101000 10000 101000100 1100001 101011

Color Harmonies of #D70381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70381

Black with #D70381

Text Example


Text Example

White with #D70381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70381; }

 p { color: rgb(215,3,129); }

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

background-color css

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

 a { background-color: rgb(215,3,129); }

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

border-color css

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

 span { border-color: rgb(215,3,129); }

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