Html Css Color HEX #D829CE Deep Magenta

📋 copy color: '#D829CE'

red 216 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #D829CE

Tints of Deep Magenta #D829CE

RGB

 RED value IS 216 (84.77% from 255) = 46.65%

 GREEN value IS 41 (16.41% from 255) = 8.86%

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

R = 46.65%
G = 8.86%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D829CE (or 0xD829CE) is known color: Deep Magenta. HEX triplet: D8, 29 and CE. RGB value is (216,41,206). Sum of RGB (Red+Green+Blue) = 216+41+206=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 41 (16.41% from 255 or 8.86% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D829CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D829CE is #27D631. Grayscale: #6F6F6F. Windows color (decimal): -2610738 or 13511128. OLE color: 13511128.

HSL color Cylindrical-coordinate representation of color #D829CE: hue angle of 303.43º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D829CE is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 41 206 -
CMYK 0 0.81 0.05 0.15
HSL 303.43º 0.69% 0.5% -
HSV(B) 303.43º 0.81% 0.85% -
XYZ 40.25 20.64 60.26 -
YUV 112.14 180.98 202.08 -
System Red Green Blue C M Y K H S L
Decimal 216 41 206 0 0.81 0.05 0.15 303.43 0.69 0.5
Hex D8 29 CE 0 51 5 F 12F 45 32
Octal 330 51 316 0 121 5 17 457 105 62
Binary 11011000 101001 11001110 0 1010001 101 1111 100101111 1000101 110010

Color Harmonies of #D829CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D829CE

Black with #D829CE

Text Example


Text Example

White with #D829CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D829CE; }

 p { color: rgb(216,41,206); }

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

background-color css

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

 a { background-color: rgb(216,41,206); }

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

border-color css

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

 span { border-color: rgb(216,41,206); }

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