Html Css Color HEX #D821CD Deep Magenta

📋 copy color: '#D821CD'

red 216 ◦ green 33 ◦ blue 205

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

Shades of Deep Magenta #D821CD

Tints of Deep Magenta #D821CD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.27%

 BLUE value IS 205 (80.47% from 255) = 45.15%

R = 47.58%
G = 7.27%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D821CD (or 0xD821CD) is known color: Deep Magenta. HEX triplet: D8, 21 and CD. RGB value is (216,33,205). Sum of RGB (Red+Green+Blue) = 216+33+205=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D821CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821CD is #27DE32. Grayscale: #6A6A6A. Windows color (decimal): -2612787 or 13443544. OLE color: 13443544.

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

Color convert

RGB 216 33 205 -
CMYK 0 0.85 0.05 0.15
HSL 303.61º 0.73% 0.49% -
HSV(B) 303.61º 0.85% 0.85% -
XYZ 39.88 20.09 59.53 -
YUV 107.33 183.13 205.51 -
System Red Green Blue C M Y K H S L
Decimal 216 33 205 0 0.85 0.05 0.15 303.61 0.73 0.49
Hex D8 21 CD 0 55 5 F 130 49 31
Octal 330 41 315 0 125 5 17 460 111 61
Binary 11011000 100001 11001101 0 1010101 101 1111 100110000 1001001 110001

Color Harmonies of #D821CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821CD

Black with #D821CD

Text Example


Text Example

White with #D821CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821CD; }

 p { color: rgb(216,33,205); }

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

background-color css

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

 a { background-color: rgb(216,33,205); }

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

border-color css

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

 span { border-color: rgb(216,33,205); }

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