Html Css Color HEX #D70C98 Medium Violet Red

📋 copy color: '#D70C98'

red 215 ◦ green 12 ◦ blue 152

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

Shades of Medium Violet Red #D70C98

Tints of Medium Violet Red #D70C98

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.17%

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 56.73%
G = 3.17%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D70C98 (or 0xD70C98) is known color: Medium Violet Red. HEX triplet: D7, 0C and 98. RGB value is (215,12,152). Sum of RGB (Red+Green+Blue) = 215+12+152=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 12 (5.08% from 255 or 3.17% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C98 is #28F367. Grayscale: #585858. Windows color (decimal): -2683752 or 9964759. OLE color: 9964759.

HSL color Cylindrical-coordinate representation of color #D70C98: hue angle of 318.62º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C98 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 12 152 -
CMYK 0 0.94 0.29 0.16
HSL 318.62º 0.89% 0.45% -
HSV(B) 318.62º 0.94% 0.84% -
XYZ 33.82 16.98 31.2 -
YUV 88.66 163.75 218.12 -
System Red Green Blue C M Y K H S L
Decimal 215 12 152 0 0.94 0.29 0.16 318.62 0.89 0.45
Hex D7 C 98 0 5E 1D 10 13F 59 2D
Octal 327 14 230 0 136 35 20 477 131 55
Binary 11010111 1100 10011000 0 1011110 11101 10000 100111111 1011001 101101

Color Harmonies of #D70C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C98

Black with #D70C98

Text Example


Text Example

White with #D70C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C98; }

 p { color: rgb(215,12,152); }

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

background-color css

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

 a { background-color: rgb(215,12,152); }

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

border-color css

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

 span { border-color: rgb(215,12,152); }

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