Html Css Color HEX #D619CF Deep Magenta

📋 copy color: '#D619CF'

red 214 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #D619CF

Tints of Deep Magenta #D619CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.41%

R = 47.98%
G = 5.61%
B = 46.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D619CF (or 0xD619CF) is known color: Deep Magenta. HEX triplet: D6, 19 and CF. RGB value is (214,25,207). Sum of RGB (Red+Green+Blue) = 214+25+207=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 25 (10.16% from 255 or 5.61% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D619CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619CF is #29E630. Grayscale: #656565. Windows color (decimal): -2745905 or 13572566. OLE color: 13572566.

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

Color convert

RGB 214 25 207 -
CMYK 0 0.88 0.03 0.16
HSL 302.22º 0.79% 0.47% -
HSV(B) 302.22º 0.88% 0.84% -
XYZ 39.34 19.5 60.72 -
YUV 102.26 187.12 207.7 -
System Red Green Blue C M Y K H S L
Decimal 214 25 207 0 0.88 0.03 0.16 302.22 0.79 0.47
Hex D6 19 CF 0 58 3 10 12E 4F 2F
Octal 326 31 317 0 130 3 20 456 117 57
Binary 11010110 11001 11001111 0 1011000 11 10000 100101110 1001111 101111

Color Harmonies of #D619CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619CF

Black with #D619CF

Text Example


Text Example

White with #D619CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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