Html Css Color HEX #D6018F Medium Violet Red

📋 copy color: '#D6018F'

red 214 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #D6018F

Tints of Medium Violet Red #D6018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 59.78%
G = 0.28%
B = 39.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D6018F (or 0xD6018F) is known color: Medium Violet Red. HEX triplet: D6, 01 and 8F. RGB value is (214,1,143). Sum of RGB (Red+Green+Blue) = 214+1+143=358 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.78% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 214 - color contains mainly: red. Hex color #D6018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6018F is #29FE70. Grayscale: #505050. Windows color (decimal): -2752113 or 9372118. OLE color: 9372118.

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

Color convert

RGB 214 1 143 -
CMYK 0 1.00 0.33 0.16
HSL 320º 0.99% 0.42% -
HSV(B) 320º 1% 0.84% -
XYZ 32.7 16.3 27.41 -
YUV 80.88 163.07 222.95 -
System Red Green Blue C M Y K H S L
Decimal 214 1 143 0 1.00 0.33 0.16 320 0.99 0.42
Hex D6 1 8F 0 64 21 10 140 63 2A
Octal 326 1 217 0 144 41 20 500 143 52
Binary 11010110 1 10001111 0 1100100 100001 10000 101000000 1100011 101010

Color Harmonies of #D6018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6018F

Black with #D6018F

Text Example


Text Example

White with #D6018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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