Html Css Color HEX #D61CA8 Medium Violet Red

📋 copy color: '#D61CA8'

red 214 ◦ green 28 ◦ blue 168

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

Shades of Medium Violet Red #D61CA8

Tints of Medium Violet Red #D61CA8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.83%

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

R = 52.2%
G = 6.83%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D61CA8 (or 0xD61CA8) is known color: Medium Violet Red. HEX triplet: D6, 1C and A8. RGB value is (214,28,168). Sum of RGB (Red+Green+Blue) = 214+28+168=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 168 (66.02% from 255 or 40.98% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D61CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61CA8 is #29E357. Grayscale: #636363. Windows color (decimal): -2745176 or 11017430. OLE color: 11017430.

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

Color convert

RGB 214 28 168 -
CMYK 0 0.87 0.21 0.16
HSL 314.84º 0.77% 0.47% -
HSV(B) 314.84º 0.87% 0.84% -
XYZ 35.21 17.95 38.66 -
YUV 99.57 166.62 209.62 -
System Red Green Blue C M Y K H S L
Decimal 214 28 168 0 0.87 0.21 0.16 314.84 0.77 0.47
Hex D6 1C A8 0 57 15 10 13B 4D 2F
Octal 326 34 250 0 127 25 20 473 115 57
Binary 11010110 11100 10101000 0 1010111 10101 10000 100111011 1001101 101111

Color Harmonies of #D61CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61CA8

Black with #D61CA8

Text Example


Text Example

White with #D61CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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