Html Css Color HEX #D01694 Medium Violet Red

📋 copy color: '#D01694'

red 208 ◦ green 22 ◦ blue 148

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

Shades of Medium Violet Red #D01694

Tints of Medium Violet Red #D01694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 55.03%
G = 5.82%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D01694 (or 0xD01694) is known color: Medium Violet Red. HEX triplet: D0, 16 and 94. RGB value is (208,22,148). Sum of RGB (Red+Green+Blue) = 208+22+148=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D01694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01694 is #2FE96B. Grayscale: #5B5B5B. Windows color (decimal): -3139948 or 9705168. OLE color: 9705168.

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

Color convert

RGB 208 22 148 -
CMYK 0 0.89 0.29 0.18
HSL 319.35º 0.81% 0.45% -
HSV(B) 319.35º 0.89% 0.82% -
XYZ 31.64 16.12 29.46 -
YUV 91.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 208 22 148 0 0.89 0.29 0.18 319.35 0.81 0.45
Hex D0 16 94 0 59 1D 12 13F 51 2D
Octal 320 26 224 0 131 35 22 477 121 55
Binary 11010000 10110 10010100 0 1011001 11101 10010 100111111 1010001 101101

Color Harmonies of #D01694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01694

Black with #D01694

Text Example


Text Example

White with #D01694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01694; }

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

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

background-color css

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

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

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

border-color css

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

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

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