Html Css Color HEX #D00290 Medium Violet Red

📋 copy color: '#D00290'

red 208 ◦ green 2 ◦ blue 144

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

Shades of Medium Violet Red #D00290

Tints of Medium Violet Red #D00290

RGB

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

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

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

R = 58.76%
G = 0.56%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D00290 (or 0xD00290) is known color: Medium Violet Red. HEX triplet: D0, 02 and 90. RGB value is (208,2,144). Sum of RGB (Red+Green+Blue) = 208+2+144=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D00290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00290 is #2FFD6F. Grayscale: #4F4F4F. Windows color (decimal): -3145072 or 9437904. OLE color: 9437904.

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

Color convert

RGB 208 2 144 -
CMYK 0 0.99 0.31 0.18
HSL 318.64º 0.98% 0.41% -
HSV(B) 318.64º 0.99% 0.82% -
XYZ 31.07 15.47 27.73 -
YUV 79.78 164.25 219.45 -
System Red Green Blue C M Y K H S L
Decimal 208 2 144 0 0.99 0.31 0.18 318.64 0.98 0.41
Hex D0 2 90 0 63 1F 12 13F 62 29
Octal 320 2 220 0 143 37 22 477 142 51
Binary 11010000 10 10010000 0 1100011 11111 10010 100111111 1100010 101001

Color Harmonies of #D00290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00290

Black with #D00290

Text Example


Text Example

White with #D00290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00290; }

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

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

background-color css

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

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

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

border-color css

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

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

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