Html Css Color HEX #D019CE Deep Magenta

📋 copy color: '#D019CE'

red 208 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #D019CE

Tints of Deep Magenta #D019CE

RGB

 RED value IS 208 (81.64% from 255) = 47.38%

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

 BLUE value IS 206 (80.86% from 255) = 46.92%

R = 47.38%
G = 5.69%
B = 46.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D019CE (or 0xD019CE) is known color: Deep Magenta. HEX triplet: D0, 19 and CE. RGB value is (208,25,206). Sum of RGB (Red+Green+Blue) = 208+25+206=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 25 (10.16% from 255 or 5.69% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D019CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019CE is #2FE631. Grayscale: #636363. Windows color (decimal): -3139122 or 13507024. OLE color: 13507024.

HSL color Cylindrical-coordinate representation of color #D019CE: hue angle of 300.66º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D019CE is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 206 -
CMYK 0 0.88 0.01 0.18
HSL 300.66º 0.79% 0.46% -
HSV(B) 300.66º 0.88% 0.82% -
XYZ 37.5 18.56 60 -
YUV 100.35 187.63 204.78 -
System Red Green Blue C M Y K H S L
Decimal 208 25 206 0 0.88 0.01 0.18 300.66 0.79 0.46
Hex D0 19 CE 0 58 1 12 12D 4F 2E
Octal 320 31 316 0 130 1 22 455 117 56
Binary 11010000 11001 11001110 0 1011000 1 10010 100101101 1001111 101110

Color Harmonies of #D019CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D019CE

Black with #D019CE

Text Example


Text Example

White with #D019CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D019CE; }

 p { color: rgb(208,25,206); }

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

background-color css

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

 a { background-color: rgb(208,25,206); }

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

border-color css

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

 span { border-color: rgb(208,25,206); }

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