Html Css Color HEX #D01696 Medium Violet Red

📋 copy color: '#D01696'

red 208 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #D01696

Tints of Medium Violet Red #D01696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 54.74%
G = 5.79%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D01696 (or 0xD01696) is known color: Medium Violet Red. HEX triplet: D0, 16 and 96. RGB value is (208,22,150). Sum of RGB (Red+Green+Blue) = 208+22+150=380 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.74% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 208 - color contains mainly: red. Hex color #D01696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01696 is #2FE969. Grayscale: #5B5B5B. Windows color (decimal): -3139946 or 9836240. OLE color: 9836240.

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

Color convert

RGB 208 22 150 -
CMYK 0 0.89 0.28 0.18
HSL 318.71º 0.81% 0.45% -
HSV(B) 318.71º 0.89% 0.82% -
XYZ 31.8 16.19 30.3 -
YUV 92.21 160.62 210.59 -
System Red Green Blue C M Y K H S L
Decimal 208 22 150 0 0.89 0.28 0.18 318.71 0.81 0.45
Hex D0 16 96 0 59 1C 12 13F 51 2D
Octal 320 26 226 0 131 34 22 477 121 55
Binary 11010000 10110 10010110 0 1011001 11100 10010 100111111 1010001 101101

Color Harmonies of #D01696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01696

Black with #D01696

Text Example


Text Example

White with #D01696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01696; }

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

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

background-color css

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

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

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

border-color css

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

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

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