Html Css Color HEX #D70C89 Medium Violet Red

📋 copy color: '#D70C89'

red 215 ◦ green 12 ◦ blue 137

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

Shades of Medium Violet Red #D70C89

Tints of Medium Violet Red #D70C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 59.07%
G = 3.3%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D70C89 (or 0xD70C89) is known color: Medium Violet Red. HEX triplet: D7, 0C and 89. RGB value is (215,12,137). Sum of RGB (Red+Green+Blue) = 215+12+137=364 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.07% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C89 is #28F376. Grayscale: #565656. Windows color (decimal): -2683767 or 8981719. OLE color: 8981719.

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

Color convert

RGB 215 12 137 -
CMYK 0 0.94 0.36 0.16
HSL 323.05º 0.89% 0.45% -
HSV(B) 323.05º 0.94% 0.84% -
XYZ 32.67 16.52 25.13 -
YUV 86.95 156.25 219.34 -
System Red Green Blue C M Y K H S L
Decimal 215 12 137 0 0.94 0.36 0.16 323.05 0.89 0.45
Hex D7 C 89 0 5E 24 10 143 59 2D
Octal 327 14 211 0 136 44 20 503 131 55
Binary 11010111 1100 10001001 0 1011110 100100 10000 101000011 1011001 101101

Color Harmonies of #D70C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70C89

Black with #D70C89

Text Example


Text Example

White with #D70C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70C89; }

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

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

background-color css

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

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

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

border-color css

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

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

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