Html Css Color HEX #D60090 Medium Violet Red

📋 copy color: '#D60090'

red 214 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #D60090

Tints of Medium Violet Red #D60090

RGB

 RED value IS 214 (83.98% from 255) = 59.78%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.78%
G = 0%
B = 40.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D60090 (or 0xD60090) is known color: Medium Violet Red. HEX triplet: D6, 00 and 90. RGB value is (214,0,144). Sum of RGB (Red+Green+Blue) = 214+0+144=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D60090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60090 is #29FF6F. Grayscale: #505050. Windows color (decimal): -2752368 or 9437398. OLE color: 9437398.

HSL color Cylindrical-coordinate representation of color #D60090: hue angle of 319.63º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60090 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 0 144 -
CMYK 0 1 0.33 0.16
HSL 319.63º 1% 0.42% -
HSV(B) 319.63º 1% 0.84% -
XYZ 32.77 16.31 27.81 -
YUV 80.4 163.9 223.29 -
System Red Green Blue C M Y K H S L
Decimal 214 0 144 0 1 0.33 0.16 319.63 1 0.42
Hex D6 0 90 0 64 21 10 140 64 2A
Octal 326 0 220 0 144 41 20 500 144 52
Binary 11010110 0 10010000 0 1100100 100001 10000 101000000 1100100 101010

Color Harmonies of #D60090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60090

Black with #D60090

Text Example


Text Example

White with #D60090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60090; }

 p { color: rgb(214,0,144); }

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

background-color css

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

 a { background-color: rgb(214,0,144); }

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

border-color css

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

 span { border-color: rgb(214,0,144); }

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