Html Css Color HEX #D70290 Medium Violet Red

📋 copy color: '#D70290'

red 215 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #D70290

Tints of Medium Violet Red #D70290

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 59.56%
G = 0.55%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D70290 (or 0xD70290) is known color: Medium Violet Red. HEX triplet: D7, 02 and 90. RGB value is (215,2,144). Sum of RGB (Red+Green+Blue) = 215+2+144=361 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.56% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 215 - color contains mainly: red. Hex color #D70290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70290 is #28FD6F. Grayscale: #515151. Windows color (decimal): -2686320 or 9437911. OLE color: 9437911.

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

Color convert

RGB 215 2 144 -
CMYK 0 0.99 0.33 0.16
HSL 320º 0.98% 0.43% -
HSV(B) 320º 0.99% 0.84% -
XYZ 33.08 16.5 27.83 -
YUV 81.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 215 2 144 0 0.99 0.33 0.16 320 0.98 0.43
Hex D7 2 90 0 63 21 10 140 62 2B
Octal 327 2 220 0 143 41 20 500 142 53
Binary 11010111 10 10010000 0 1100011 100001 10000 101000000 1100010 101011

Color Harmonies of #D70290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70290

Black with #D70290

Text Example


Text Example

White with #D70290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70290; }

 p { color: rgb(215,2,144); }

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

background-color css

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

 a { background-color: rgb(215,2,144); }

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

border-color css

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

 span { border-color: rgb(215,2,144); }

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