Html Css Color HEX #D6018C Medium Violet Red

📋 copy color: '#D6018C'

red 214 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #D6018C

Tints of Medium Violet Red #D6018C

RGB

 RED value IS 214 (83.98% from 255) = 60.28%

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

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

R = 60.28%
G = 0.28%
B = 39.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6018C (or 0xD6018C) is known color: Medium Violet Red. HEX triplet: D6, 01 and 8C. RGB value is (214,1,140). Sum of RGB (Red+Green+Blue) = 214+1+140=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 1 (0.78% from 255 or 0.28% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6018C is #29FE73. Grayscale: #505050. Windows color (decimal): -2752116 or 9175510. OLE color: 9175510.

HSL color Cylindrical-coordinate representation of color #D6018C: hue angle of 320.85º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6018C is Cyan = 0, Magento = 1.00, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 1 140 -
CMYK 0 1.00 0.35 0.16
HSL 320.85º 0.99% 0.42% -
HSV(B) 320.85º 1% 0.84% -
XYZ 32.48 16.21 26.23 -
YUV 80.53 161.57 223.2 -
System Red Green Blue C M Y K H S L
Decimal 214 1 140 0 1.00 0.35 0.16 320.85 0.99 0.42
Hex D6 1 8C 0 64 23 10 141 63 2A
Octal 326 1 214 0 144 43 20 501 143 52
Binary 11010110 1 10001100 0 1100100 100011 10000 101000001 1100011 101010

Color Harmonies of #D6018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6018C

Black with #D6018C

Text Example


Text Example

White with #D6018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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