Html Css Color HEX #D619CC Deep Magenta

📋 copy color: '#D619CC'

red 214 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #D619CC

Tints of Deep Magenta #D619CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 48.31%
G = 5.64%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D619CC (or 0xD619CC) is known color: Deep Magenta. HEX triplet: D6, 19 and CC. RGB value is (214,25,204). Sum of RGB (Red+Green+Blue) = 214+25+204=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 25 (10.16% from 255 or 5.64% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D619CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D619CC is #29E633. Grayscale: #656565. Windows color (decimal): -2745908 or 13375958. OLE color: 13375958.

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

Color convert

RGB 214 25 204 -
CMYK 0 0.88 0.05 0.16
HSL 303.17º 0.79% 0.47% -
HSV(B) 303.17º 0.88% 0.84% -
XYZ 38.98 19.35 58.81 -
YUV 101.92 185.62 207.95 -
System Red Green Blue C M Y K H S L
Decimal 214 25 204 0 0.88 0.05 0.16 303.17 0.79 0.47
Hex D6 19 CC 0 58 5 10 12F 4F 2F
Octal 326 31 314 0 130 5 20 457 117 57
Binary 11010110 11001 11001100 0 1011000 101 10000 100101111 1001111 101111

Color Harmonies of #D619CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D619CC

Black with #D619CC

Text Example


Text Example

White with #D619CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D619CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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