Html Css Color HEX #D01690 Medium Violet Red

📋 copy color: '#D01690'

red 208 ◦ green 22 ◦ blue 144

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

Shades of Medium Violet Red #D01690

Tints of Medium Violet Red #D01690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.88%

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

R = 55.61%
G = 5.88%
B = 38.5%

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

#D01690 (or 0xD01690) is known color: Medium Violet Red. HEX triplet: D0, 16 and 90. RGB value is (208,22,144). Sum of RGB (Red+Green+Blue) = 208+22+144=374 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.61% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 208 - color contains mainly: red. Hex color #D01690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01690 is #2FE96F. Grayscale: #5B5B5B. Windows color (decimal): -3139952 or 9443024. OLE color: 9443024.

HSL color Cylindrical-coordinate representation of color #D01690: hue angle of 320.65º degrees, saturation: 0.81, 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 #D01690 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 22 144 -
CMYK 0 0.89 0.31 0.18
HSL 320.65º 0.81% 0.45% -
HSV(B) 320.65º 0.89% 0.82% -
XYZ 31.33 16 27.82 -
YUV 91.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 208 22 144 0 0.89 0.31 0.18 320.65 0.81 0.45
Hex D0 16 90 0 59 1F 12 141 51 2D
Octal 320 26 220 0 131 37 22 501 121 55
Binary 11010000 10110 10010000 0 1011001 11111 10010 101000001 1010001 101101

Color Harmonies of #D01690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01690

Black with #D01690

Text Example


Text Example

White with #D01690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01690; }

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

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

background-color css

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

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

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

border-color css

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

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

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