Html Css Color HEX #D00090 Medium Violet Red

📋 copy color: '#D00090'

red 208 ◦ green 0 ◦ blue 144

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

Shades of Medium Violet Red #D00090

Tints of Medium Violet Red #D00090

RGB

 RED value IS 208 (81.64% from 255) = 59.09%

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

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

R = 59.09%
G = 0%
B = 40.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D00090 (or 0xD00090) is known color: Medium Violet Red. HEX triplet: D0, 00 and 90. RGB value is (208,0,144). Sum of RGB (Red+Green+Blue) = 208+0+144=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D00090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00090 is #2FFF6F. Grayscale: #4E4E4E. Windows color (decimal): -3145584 or 9437392. OLE color: 9437392.

HSL color Cylindrical-coordinate representation of color #D00090: hue angle of 318.46º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D00090 is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 0 144 -
CMYK 0 1 0.31 0.18
HSL 318.46º 1% 0.41% -
HSV(B) 318.46º 1% 0.82% -
XYZ 31.05 15.42 27.73 -
YUV 78.61 164.91 220.29 -
System Red Green Blue C M Y K H S L
Decimal 208 0 144 0 1 0.31 0.18 318.46 1 0.41
Hex D0 0 90 0 64 1F 12 13E 64 29
Octal 320 0 220 0 144 37 22 476 144 51
Binary 11010000 0 10010000 0 1100100 11111 10010 100111110 1100100 101001

Color Harmonies of #D00090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00090

Black with #D00090

Text Example


Text Example

White with #D00090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00090; }

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

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

background-color css

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

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

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

border-color css

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

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

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