Html Css Color HEX #D916CC Deep Magenta

📋 copy color: '#D916CC'

red 217 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #D916CC

Tints of Deep Magenta #D916CC

RGB

 RED value IS 217 (85.16% from 255) = 48.98%

 GREEN value IS 22 (8.98% from 255) = 4.97%

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

R = 48.98%
G = 4.97%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D916CC (or 0xD916CC) is known color: Deep Magenta. HEX triplet: D9, 16 and CC. RGB value is (217,22,204). Sum of RGB (Red+Green+Blue) = 217+22+204=443 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.98% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 217 - color contains mainly: red. Hex color #D916CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D916CC is #26E933. Grayscale: #646464. Windows color (decimal): -2550068 or 13375193. OLE color: 13375193.

HSL color Cylindrical-coordinate representation of color #D916CC: hue angle of 304º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916CC is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 204 -
CMYK 0 0.90 0.06 0.15
HSL 304º 0.82% 0.47% -
HSV(B) 304º 0.9% 0.85% -
XYZ 39.8 19.69 58.83 -
YUV 101.05 186.1 210.7 -
System Red Green Blue C M Y K H S L
Decimal 217 22 204 0 0.90 0.06 0.15 304 0.82 0.47
Hex D9 16 CC 0 5A 6 F 130 52 2F
Octal 331 26 314 0 132 6 17 460 122 57
Binary 11011001 10110 11001100 0 1011010 110 1111 100110000 1010010 101111

Color Harmonies of #D916CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916CC

Black with #D916CC

Text Example


Text Example

White with #D916CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916CC; }

 p { color: rgb(217,22,204); }

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

background-color css

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

 a { background-color: rgb(217,22,204); }

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

border-color css

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

 span { border-color: rgb(217,22,204); }

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