Html Css Color HEX #D01890 Medium Violet Red

📋 copy color: '#D01890'

red 208 ◦ green 24 ◦ blue 144

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

Shades of Medium Violet Red #D01890

Tints of Medium Violet Red #D01890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

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

R = 55.32%
G = 6.38%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D01890 (or 0xD01890) is known color: Medium Violet Red. HEX triplet: D0, 18 and 90. RGB value is (208,24,144). Sum of RGB (Red+Green+Blue) = 208+24+144=376 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.32% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 208 - color contains mainly: red. Hex color #D01890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01890 is #2FE76F. Grayscale: #5C5C5C. Windows color (decimal): -3139440 or 9443536. OLE color: 9443536.

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

Color convert

RGB 208 24 144 -
CMYK 0 0.88 0.31 0.18
HSL 320.87º 0.79% 0.45% -
HSV(B) 320.87º 0.88% 0.82% -
XYZ 31.37 16.08 27.84 -
YUV 92.7 156.96 210.24 -
System Red Green Blue C M Y K H S L
Decimal 208 24 144 0 0.88 0.31 0.18 320.87 0.79 0.45
Hex D0 18 90 0 58 1F 12 141 4F 2D
Octal 320 30 220 0 130 37 22 501 117 55
Binary 11010000 11000 10010000 0 1011000 11111 10010 101000001 1001111 101101

Color Harmonies of #D01890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01890

Black with #D01890

Text Example


Text Example

White with #D01890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01890; }

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

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

background-color css

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

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

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

border-color css

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

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

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