Html Css Color HEX #D0018C Medium Violet Red

📋 copy color: '#D0018C'

red 208 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #D0018C

Tints of Medium Violet Red #D0018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 59.6%
G = 0.29%
B = 40.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0018C (or 0xD0018C) is known color: Medium Violet Red. HEX triplet: D0, 01 and 8C. RGB value is (208,1,140). Sum of RGB (Red+Green+Blue) = 208+1+140=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0018C is #2FFE73. Grayscale: #4E4E4E. Windows color (decimal): -3145332 or 9175504. OLE color: 9175504.

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

Color convert

RGB 208 1 140 -
CMYK 0 1.00 0.33 0.18
HSL 319.71º 0.99% 0.41% -
HSV(B) 319.71º 1% 0.82% -
XYZ 30.76 15.33 26.15 -
YUV 78.74 162.58 220.2 -
System Red Green Blue C M Y K H S L
Decimal 208 1 140 0 1.00 0.33 0.18 319.71 0.99 0.41
Hex D0 1 8C 0 64 21 12 140 63 29
Octal 320 1 214 0 144 41 22 500 143 51
Binary 11010000 1 10001100 0 1100100 100001 10010 101000000 1100011 101001

Color Harmonies of #D0018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0018C

Black with #D0018C

Text Example


Text Example

White with #D0018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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