Html Css Color HEX #D821CC Deep Magenta

📋 copy color: '#D821CC'

red 216 ◦ green 33 ◦ blue 204

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

Shades of Deep Magenta #D821CC

Tints of Deep Magenta #D821CC

RGB

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

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

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

R = 47.68%
G = 7.28%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D821CC (or 0xD821CC) is known color: Deep Magenta. HEX triplet: D8, 21 and CC. RGB value is (216,33,204). Sum of RGB (Red+Green+Blue) = 216+33+204=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 33 (13.28% from 255 or 7.28% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D821CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D821CC is #27DE33. Grayscale: #6A6A6A. Windows color (decimal): -2612788 or 13378008. OLE color: 13378008.

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

Color convert

RGB 216 33 204 -
CMYK 0 0.85 0.06 0.15
HSL 303.93º 0.73% 0.49% -
HSV(B) 303.93º 0.85% 0.85% -
XYZ 39.76 20.05 58.9 -
YUV 107.21 182.63 205.6 -
System Red Green Blue C M Y K H S L
Decimal 216 33 204 0 0.85 0.06 0.15 303.93 0.73 0.49
Hex D8 21 CC 0 55 6 F 130 49 31
Octal 330 41 314 0 125 6 17 460 111 61
Binary 11011000 100001 11001100 0 1010101 110 1111 100110000 1001001 110001

Color Harmonies of #D821CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D821CC

Black with #D821CC

Text Example


Text Example

White with #D821CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D821CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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