Html Css Color HEX #D0017B Medium Violet Red

📋 copy color: '#D0017B'

red 208 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #D0017B

Tints of Medium Violet Red #D0017B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 62.65%
G = 0.3%
B = 37.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0017B (or 0xD0017B) is known color: Medium Violet Red. HEX triplet: D0, 01 and 7B. RGB value is (208,1,123). Sum of RGB (Red+Green+Blue) = 208+1+123=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D0017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0017B is #2FFE84. Grayscale: #4C4C4C. Windows color (decimal): -3145349 or 8061392. OLE color: 8061392.

HSL color Cylindrical-coordinate representation of color #D0017B: hue angle of 324.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0017B is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 1 123 -
CMYK 0 1.00 0.41 0.18
HSL 324.64º 0.99% 0.41% -
HSV(B) 324.64º 1% 0.82% -
XYZ 29.6 14.86 20.05 -
YUV 76.8 154.08 221.58 -
System Red Green Blue C M Y K H S L
Decimal 208 1 123 0 1.00 0.41 0.18 324.64 0.99 0.41
Hex D0 1 7B 0 64 29 12 145 63 29
Octal 320 1 173 0 144 51 22 505 143 51
Binary 11010000 1 1111011 0 1100100 101001 10010 101000101 1100011 101001

Color Harmonies of #D0017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0017B

Black with #D0017B

Text Example


Text Example

White with #D0017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0017B; }

 p { color: rgb(208,1,123); }

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

background-color css

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

 a { background-color: rgb(208,1,123); }

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

border-color css

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

 span { border-color: rgb(208,1,123); }

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