Html Css Color HEX #D618A6 Medium Violet Red

📋 copy color: '#D618A6'

red 214 ◦ green 24 ◦ blue 166

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

Shades of Medium Violet Red #D618A6

Tints of Medium Violet Red #D618A6

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.94%

 BLUE value IS 166 (65.23% from 255) = 41.09%

R = 52.97%
G = 5.94%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D618A6 (or 0xD618A6) is known color: Medium Violet Red. HEX triplet: D6, 18 and A6. RGB value is (214,24,166). Sum of RGB (Red+Green+Blue) = 214+24+166=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D618A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618A6 is #29E759. Grayscale: #606060. Windows color (decimal): -2746202 or 10885334. OLE color: 10885334.

HSL color Cylindrical-coordinate representation of color #D618A6: hue angle of 315.16º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618A6 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 24 166 -
CMYK 0 0.89 0.22 0.16
HSL 315.16º 0.8% 0.47% -
HSV(B) 315.16º 0.89% 0.84% -
XYZ 34.94 17.7 37.65 -
YUV 97 166.95 211.45 -
System Red Green Blue C M Y K H S L
Decimal 214 24 166 0 0.89 0.22 0.16 315.16 0.8 0.47
Hex D6 18 A6 0 59 16 10 13B 50 2F
Octal 326 30 246 0 131 26 20 473 120 57
Binary 11010110 11000 10100110 0 1011001 10110 10000 100111011 1010000 101111

Color Harmonies of #D618A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618A6

Black with #D618A6

Text Example


Text Example

White with #D618A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618A6; }

 p { color: rgb(214,24,166); }

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

background-color css

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

 a { background-color: rgb(214,24,166); }

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

border-color css

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

 span { border-color: rgb(214,24,166); }

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