Html Css Color HEX #D70993 Medium Violet Red

📋 copy color: '#D70993'

red 215 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #D70993

Tints of Medium Violet Red #D70993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.43%

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

R = 57.95%
G = 2.43%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D70993 (or 0xD70993) is known color: Medium Violet Red. HEX triplet: D7, 09 and 93. RGB value is (215,9,147). Sum of RGB (Red+Green+Blue) = 215+9+147=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D70993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70993 is #28F66C. Grayscale: #555555. Windows color (decimal): -2684525 or 9636311. OLE color: 9636311.

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

Color convert

RGB 215 9 147 -
CMYK 0 0.96 0.32 0.16
HSL 319.81º 0.92% 0.44% -
HSV(B) 319.81º 0.96% 0.84% -
XYZ 33.39 16.75 29.08 -
YUV 86.33 162.25 219.78 -
System Red Green Blue C M Y K H S L
Decimal 215 9 147 0 0.96 0.32 0.16 319.81 0.92 0.44
Hex D7 9 93 0 60 20 10 140 5C 2C
Octal 327 11 223 0 140 40 20 500 134 54
Binary 11010111 1001 10010011 0 1100000 100000 10000 101000000 1011100 101100

Color Harmonies of #D70993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70993

Black with #D70993

Text Example


Text Example

White with #D70993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70993; }

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

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

background-color css

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

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

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

border-color css

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

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

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