Html Css Color HEX #D618A8 Medium Violet Red

📋 copy color: '#D618A8'

red 214 ◦ green 24 ◦ blue 168

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

Shades of Medium Violet Red #D618A8

Tints of Medium Violet Red #D618A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.38%

R = 52.71%
G = 5.91%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D618A8 (or 0xD618A8) is known color: Medium Violet Red. HEX triplet: D6, 18 and A8. RGB value is (214,24,168). Sum of RGB (Red+Green+Blue) = 214+24+168=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D618A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618A8 is #29E757. Grayscale: #606060. Windows color (decimal): -2746200 or 11016406. OLE color: 11016406.

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

Color convert

RGB 214 24 168 -
CMYK 0 0.89 0.21 0.16
HSL 314.53º 0.8% 0.47% -
HSV(B) 314.53º 0.89% 0.84% -
XYZ 35.13 17.78 38.63 -
YUV 97.23 167.95 211.29 -
System Red Green Blue C M Y K H S L
Decimal 214 24 168 0 0.89 0.21 0.16 314.53 0.8 0.47
Hex D6 18 A8 0 59 15 10 13B 50 2F
Octal 326 30 250 0 131 25 20 473 120 57
Binary 11010110 11000 10101000 0 1011001 10101 10000 100111011 1010000 101111

Color Harmonies of #D618A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618A8

Black with #D618A8

Text Example


Text Example

White with #D618A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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