Html Css Color HEX #D619D7 Deep Magenta

📋 copy color: '#D619D7'

red 214 ◦ green 25 ◦ blue 215

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

Shades of Deep Magenta #D619D7

Tints of Deep Magenta #D619D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.36%

R = 47.14%
G = 5.51%
B = 47.36%

CMYK

 C value IS 0.00

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D619D7 (or 0xD619D7) is known color: Deep Magenta. HEX triplet: D6, 19 and D7. RGB value is (214,25,215). Sum of RGB (Red+Green+Blue) = 214+25+215=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #D619D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619D7 is #29E628. Grayscale: #666666. Windows color (decimal): -2745897 or 14096854. OLE color: 14096854.

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

Color convert

RGB 214 25 215 -
CMYK 0.00 0.88 0 0.16
HSL 299.68º 0.79% 0.47% -
HSV(B) 299.68º 0.88% 0.84% -
XYZ 40.34 19.9 66 -
YUV 103.17 191.12 207.05 -
System Red Green Blue C M Y K H S L
Decimal 214 25 215 0.00 0.88 0 0.16 299.68 0.79 0.47
Hex D6 19 D7 0 58 0 10 12C 4F 2F
Octal 326 31 327 0 130 0 20 454 117 57
Binary 11010110 11001 11010111 0 1011000 0 10000 100101100 1001111 101111

Color Harmonies of #D619D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619D7

Black with #D619D7

Text Example


Text Example

White with #D619D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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