Html Css Color HEX #D614A1 Medium Violet Red

📋 copy color: '#D614A1'

red 214 ◦ green 20 ◦ blue 161

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

Shades of Medium Violet Red #D614A1

Tints of Medium Violet Red #D614A1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.06%

 BLUE value IS 161 (63.28% from 255) = 40.76%

R = 54.18%
G = 5.06%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D614A1 (or 0xD614A1) is known color: Medium Violet Red. HEX triplet: D6, 14 and A1. RGB value is (214,20,161). Sum of RGB (Red+Green+Blue) = 214+20+161=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D614A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D614A1 is #29EB5E. Grayscale: #5D5D5D. Windows color (decimal): -2747231 or 10556630. OLE color: 10556630.

HSL color Cylindrical-coordinate representation of color #D614A1: hue angle of 316.39º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D614A1 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 20 161 -
CMYK 0 0.91 0.25 0.16
HSL 316.39º 0.83% 0.46% -
HSV(B) 316.39º 0.91% 0.84% -
XYZ 34.41 17.37 35.26 -
YUV 94.08 165.77 213.54 -
System Red Green Blue C M Y K H S L
Decimal 214 20 161 0 0.91 0.25 0.16 316.39 0.83 0.46
Hex D6 14 A1 0 5B 19 10 13C 53 2E
Octal 326 24 241 0 133 31 20 474 123 56
Binary 11010110 10100 10100001 0 1011011 11001 10000 100111100 1010011 101110

Color Harmonies of #D614A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614A1

Black with #D614A1

Text Example


Text Example

White with #D614A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614A1; }

 p { color: rgb(214,20,161); }

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

background-color css

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

 a { background-color: rgb(214,20,161); }

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

border-color css

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

 span { border-color: rgb(214,20,161); }

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