Html Css Color HEX #D01695 Medium Violet Red

📋 copy color: '#D01695'

red 208 ◦ green 22 ◦ blue 149

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

Shades of Medium Violet Red #D01695

Tints of Medium Violet Red #D01695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.31%

R = 54.88%
G = 5.8%
B = 39.31%

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

#D01695 (or 0xD01695) is known color: Medium Violet Red. HEX triplet: D0, 16 and 95. RGB value is (208,22,149). Sum of RGB (Red+Green+Blue) = 208+22+149=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 22 (8.98% from 255 or 5.80% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D01695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01695 is #2FE96A. Grayscale: #5B5B5B. Windows color (decimal): -3139947 or 9770704. OLE color: 9770704.

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

Color convert

RGB 208 22 149 -
CMYK 0 0.89 0.28 0.18
HSL 319.03º 0.81% 0.45% -
HSV(B) 319.03º 0.89% 0.82% -
XYZ 31.72 16.15 29.88 -
YUV 92.09 160.12 210.67 -
System Red Green Blue C M Y K H S L
Decimal 208 22 149 0 0.89 0.28 0.18 319.03 0.81 0.45
Hex D0 16 95 0 59 1C 12 13F 51 2D
Octal 320 26 225 0 131 34 22 477 121 55
Binary 11010000 10110 10010101 0 1011001 11100 10010 100111111 1010001 101101

Color Harmonies of #D01695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01695

Black with #D01695

Text Example


Text Example

White with #D01695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01695; }

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

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

background-color css

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

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

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

border-color css

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

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

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