Html Css Color HEX #D01790 Medium Violet Red

📋 copy color: '#D01790'

red 208 ◦ green 23 ◦ blue 144

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

Shades of Medium Violet Red #D01790

Tints of Medium Violet Red #D01790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.13%

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

R = 55.47%
G = 6.13%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D01790 (or 0xD01790) is known color: Medium Violet Red. HEX triplet: D0, 17 and 90. RGB value is (208,23,144). Sum of RGB (Red+Green+Blue) = 208+23+144=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D01790 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01790 is #2FE86F. Grayscale: #5B5B5B. Windows color (decimal): -3139696 or 9443280. OLE color: 9443280.

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

Color convert

RGB 208 23 144 -
CMYK 0 0.89 0.31 0.18
HSL 320.76º 0.8% 0.45% -
HSV(B) 320.76º 0.89% 0.82% -
XYZ 31.35 16.04 27.83 -
YUV 92.11 157.29 210.66 -
System Red Green Blue C M Y K H S L
Decimal 208 23 144 0 0.89 0.31 0.18 320.76 0.8 0.45
Hex D0 17 90 0 59 1F 12 141 50 2D
Octal 320 27 220 0 131 37 22 501 120 55
Binary 11010000 10111 10010000 0 1011001 11111 10010 101000001 1010000 101101

Color Harmonies of #D01790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01790

Black with #D01790

Text Example


Text Example

White with #D01790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01790; }

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

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

background-color css

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

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

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

border-color css

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

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

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