Html Css Color HEX #D616CA Deep Magenta

📋 copy color: '#D616CA'

red 214 ◦ green 22 ◦ blue 202

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

Shades of Deep Magenta #D616CA

Tints of Deep Magenta #D616CA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.02%

 BLUE value IS 202 (79.3% from 255) = 46.12%

R = 48.86%
G = 5.02%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D616CA (or 0xD616CA) is known color: Deep Magenta. HEX triplet: D6, 16 and CA. RGB value is (214,22,202). Sum of RGB (Red+Green+Blue) = 214+22+202=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 22 (8.98% from 255 or 5.02% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D616CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D616CA is #29E935. Grayscale: #636363. Windows color (decimal): -2746678 or 13244118. OLE color: 13244118.

HSL color Cylindrical-coordinate representation of color #D616CA: hue angle of 303.75º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D616CA is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 22 202 -
CMYK 0 0.90 0.06 0.16
HSL 303.75º 0.81% 0.46% -
HSV(B) 303.75º 0.9% 0.84% -
XYZ 38.68 19.13 57.53 -
YUV 99.93 185.61 209.36 -
System Red Green Blue C M Y K H S L
Decimal 214 22 202 0 0.90 0.06 0.16 303.75 0.81 0.46
Hex D6 16 CA 0 5A 6 10 130 51 2E
Octal 326 26 312 0 132 6 20 460 121 56
Binary 11010110 10110 11001010 0 1011010 110 10000 100110000 1010001 101110

Color Harmonies of #D616CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D616CA

Black with #D616CA

Text Example


Text Example

White with #D616CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D616CA; }

 p { color: rgb(214,22,202); }

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

background-color css

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

 a { background-color: rgb(214,22,202); }

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

border-color css

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

 span { border-color: rgb(214,22,202); }

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