Html Css Color HEX #D01D90 Medium Violet Red

📋 copy color: '#D01D90'

red 208 ◦ green 29 ◦ blue 144

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

Shades of Medium Violet Red #D01D90

Tints of Medium Violet Red #D01D90

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.61%

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

R = 54.59%
G = 7.61%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D01D90 (or 0xD01D90) is known color: Medium Violet Red. HEX triplet: D0, 1D and 90. RGB value is (208,29,144). Sum of RGB (Red+Green+Blue) = 208+29+144=381 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.59% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D01D90 is #2FE26F. Grayscale: #5F5F5F. Windows color (decimal): -3138160 or 9444816. OLE color: 9444816.

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

Color convert

RGB 208 29 144 -
CMYK 0 0.86 0.31 0.18
HSL 321.45º 0.76% 0.46% -
HSV(B) 321.45º 0.86% 0.82% -
XYZ 31.49 16.3 27.87 -
YUV 95.63 155.3 208.15 -
System Red Green Blue C M Y K H S L
Decimal 208 29 144 0 0.86 0.31 0.18 321.45 0.76 0.46
Hex D0 1D 90 0 56 1F 12 141 4C 2E
Octal 320 35 220 0 126 37 22 501 114 56
Binary 11010000 11101 10010000 0 1010110 11111 10010 101000001 1001100 101110

Color Harmonies of #D01D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D90

Black with #D01D90

Text Example


Text Example

White with #D01D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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