Html Css Color HEX #D70093 Medium Violet Red

📋 copy color: '#D70093'

red 215 ◦ green 0 ◦ blue 147

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

Shades of Medium Violet Red #D70093

Tints of Medium Violet Red #D70093

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 59.39%
G = 0%
B = 40.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D70093 (or 0xD70093) is known color: Medium Violet Red. HEX triplet: D7, 00 and 93. RGB value is (215,0,147). Sum of RGB (Red+Green+Blue) = 215+0+147=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D70093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70093 is #28FF6C. Grayscale: #505050. Windows color (decimal): -2686829 or 9634007. OLE color: 9634007.

HSL color Cylindrical-coordinate representation of color #D70093: hue angle of 318.98º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70093 is Cyan = 0, Magento = 1, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 0 147 -
CMYK 0 1 0.32 0.16
HSL 318.98º 1% 0.42% -
HSV(B) 318.98º 1% 0.84% -
XYZ 33.29 16.55 29.04 -
YUV 81.04 165.23 223.55 -
System Red Green Blue C M Y K H S L
Decimal 215 0 147 0 1 0.32 0.16 318.98 1 0.42
Hex D7 0 93 0 64 20 10 13F 64 2A
Octal 327 0 223 0 144 40 20 477 144 52
Binary 11010111 0 10010011 0 1100100 100000 10000 100111111 1100100 101010

Color Harmonies of #D70093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70093

Black with #D70093

Text Example


Text Example

White with #D70093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70093; }

 p { color: rgb(215,0,147); }

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

background-color css

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

 a { background-color: rgb(215,0,147); }

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

border-color css

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

 span { border-color: rgb(215,0,147); }

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