Html Css Color HEX #D618A7 Medium Violet Red

📋 copy color: '#D618A7'

red 214 ◦ green 24 ◦ blue 167

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

Shades of Medium Violet Red #D618A7

Tints of Medium Violet Red #D618A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 52.84%
G = 5.93%
B = 41.23%

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

#D618A7 (or 0xD618A7) is known color: Medium Violet Red. HEX triplet: D6, 18 and A7. RGB value is (214,24,167). Sum of RGB (Red+Green+Blue) = 214+24+167=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D618A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618A7 is #29E758. Grayscale: #606060. Windows color (decimal): -2746201 or 10950870. OLE color: 10950870.

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

Color convert

RGB 214 24 167 -
CMYK 0 0.89 0.22 0.16
HSL 314.84º 0.8% 0.47% -
HSV(B) 314.84º 0.89% 0.84% -
XYZ 35.03 17.74 38.14 -
YUV 97.11 167.45 211.37 -
System Red Green Blue C M Y K H S L
Decimal 214 24 167 0 0.89 0.22 0.16 314.84 0.8 0.47
Hex D6 18 A7 0 59 16 10 13B 50 2F
Octal 326 30 247 0 131 26 20 473 120 57
Binary 11010110 11000 10100111 0 1011001 10110 10000 100111011 1010000 101111

Color Harmonies of #D618A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D618A7

Black with #D618A7

Text Example


Text Example

White with #D618A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D618A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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