Html Css Color HEX #D828CE Deep Magenta

📋 copy color: '#D828CE'

red 216 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #D828CE

Tints of Deep Magenta #D828CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.66%

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

R = 46.75%
G = 8.66%
B = 44.59%

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

#D828CE (or 0xD828CE) is known color: Deep Magenta. HEX triplet: D8, 28 and CE. RGB value is (216,40,206). Sum of RGB (Red+Green+Blue) = 216+40+206=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 40 (16.02% from 255 or 8.66% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D828CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D828CE is #27D731. Grayscale: #6F6F6F. Windows color (decimal): -2610994 or 13510872. OLE color: 13510872.

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

Color convert

RGB 216 40 206 -
CMYK 0 0.81 0.05 0.15
HSL 303.41º 0.69% 0.5% -
HSV(B) 303.41º 0.81% 0.85% -
XYZ 40.22 20.57 60.24 -
YUV 111.55 181.31 202.5 -
System Red Green Blue C M Y K H S L
Decimal 216 40 206 0 0.81 0.05 0.15 303.41 0.69 0.5
Hex D8 28 CE 0 51 5 F 12F 45 32
Octal 330 50 316 0 121 5 17 457 105 62
Binary 11011000 101000 11001110 0 1010001 101 1111 100101111 1000101 110010

Color Harmonies of #D828CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D828CE

Black with #D828CE

Text Example


Text Example

White with #D828CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D828CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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