Html Css Color HEX #D01691 Medium Violet Red

📋 copy color: '#D01691'

red 208 ◦ green 22 ◦ blue 145

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

Shades of Medium Violet Red #D01691

Tints of Medium Violet Red #D01691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 55.47%
G = 5.87%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01691 (or 0xD01691) is known color: Medium Violet Red. HEX triplet: D0, 16 and 91. RGB value is (208,22,145). Sum of RGB (Red+Green+Blue) = 208+22+145=375 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.47% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 208 - color contains mainly: red. Hex color #D01691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01691 is #2FE96E. Grayscale: #5B5B5B. Windows color (decimal): -3139951 or 9508560. OLE color: 9508560.

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

Color convert

RGB 208 22 145 -
CMYK 0 0.89 0.30 0.18
HSL 320.32º 0.81% 0.45% -
HSV(B) 320.32º 0.89% 0.82% -
XYZ 31.41 16.03 28.23 -
YUV 91.64 158.12 211 -
System Red Green Blue C M Y K H S L
Decimal 208 22 145 0 0.89 0.30 0.18 320.32 0.81 0.45
Hex D0 16 91 0 59 1E 12 140 51 2D
Octal 320 26 221 0 131 36 22 500 121 55
Binary 11010000 10110 10010001 0 1011001 11110 10010 101000000 1010001 101101

Color Harmonies of #D01691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01691

Black with #D01691

Text Example


Text Example

White with #D01691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01691; }

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

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

background-color css

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

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

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

border-color css

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

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

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