Html Css Color HEX #D619CD Deep Magenta

📋 copy color: '#D619CD'

red 214 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #D619CD

Tints of Deep Magenta #D619CD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.63%

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 48.2%
G = 5.63%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D619CD (or 0xD619CD) is known color: Deep Magenta. HEX triplet: D6, 19 and CD. RGB value is (214,25,205). Sum of RGB (Red+Green+Blue) = 214+25+205=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 25 (10.16% from 255 or 5.63% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D619CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619CD is #29E632. Grayscale: #656565. Windows color (decimal): -2745907 or 13441494. OLE color: 13441494.

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

Color convert

RGB 214 25 205 -
CMYK 0 0.88 0.04 0.16
HSL 302.86º 0.79% 0.47% -
HSV(B) 302.86º 0.88% 0.84% -
XYZ 39.1 19.4 59.44 -
YUV 102.03 186.12 207.86 -
System Red Green Blue C M Y K H S L
Decimal 214 25 205 0 0.88 0.04 0.16 302.86 0.79 0.47
Hex D6 19 CD 0 58 4 10 12F 4F 2F
Octal 326 31 315 0 130 4 20 457 117 57
Binary 11010110 11001 11001101 0 1011000 100 10000 100101111 1001111 101111

Color Harmonies of #D619CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619CD

Black with #D619CD

Text Example


Text Example

White with #D619CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619CD; }

 p { color: rgb(214,25,205); }

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

background-color css

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

 a { background-color: rgb(214,25,205); }

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

border-color css

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

 span { border-color: rgb(214,25,205); }

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