Html Css Color HEX #D70397 Medium Violet Red

📋 copy color: '#D70397'

red 215 ◦ green 3 ◦ blue 151

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

Shades of Medium Violet Red #D70397

Tints of Medium Violet Red #D70397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 58.27%
G = 0.81%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D70397 (or 0xD70397) is known color: Medium Violet Red. HEX triplet: D7, 03 and 97. RGB value is (215,3,151). Sum of RGB (Red+Green+Blue) = 215+3+151=369 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.27% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 215 - color contains mainly: red. Hex color #D70397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70397 is #28FC68. Grayscale: #525252. Windows color (decimal): -2686057 or 9896919. OLE color: 9896919.

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

Color convert

RGB 215 3 151 -
CMYK 0 0.99 0.30 0.16
HSL 318.11º 0.97% 0.43% -
HSV(B) 318.11º 0.99% 0.84% -
XYZ 33.64 16.75 30.74 -
YUV 83.26 166.24 221.97 -
System Red Green Blue C M Y K H S L
Decimal 215 3 151 0 0.99 0.30 0.16 318.11 0.97 0.43
Hex D7 3 97 0 63 1E 10 13E 61 2B
Octal 327 3 227 0 143 36 20 476 141 53
Binary 11010111 11 10010111 0 1100011 11110 10000 100111110 1100001 101011

Color Harmonies of #D70397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70397

Black with #D70397

Text Example


Text Example

White with #D70397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70397; }

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

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

background-color css

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

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

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

border-color css

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

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

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