Html Css Color HEX #D81EDD Deep Magenta

📋 copy color: '#D81EDD'

red 216 ◦ green 30 ◦ blue 221

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

Shades of Deep Magenta #D81EDD

Tints of Deep Magenta #D81EDD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.42%

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 46.25%
G = 6.42%
B = 47.32%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D81EDD (or 0xD81EDD) is known color: Deep Magenta. HEX triplet: D8, 1E and DD. RGB value is (216,30,221). Sum of RGB (Red+Green+Blue) = 216+30+221=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 30 (12.11% from 255 or 6.42% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #D81EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81EDD is #27E122. Grayscale: #6A6A6A. Windows color (decimal): -2613539 or 14491352. OLE color: 14491352.

HSL color Cylindrical-coordinate representation of color #D81EDD: hue angle of 298.43º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81EDD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 30 221 -
CMYK 0.02 0.86 0 0.13
HSL 298.43º 0.76% 0.49% -
HSV(B) 298.43º 0.86% 0.87% -
XYZ 41.83 20.75 70.21 -
YUV 107.39 192.12 205.47 -
System Red Green Blue C M Y K H S L
Decimal 216 30 221 0.02 0.86 0 0.13 298.43 0.76 0.49
Hex D8 1E DD 2 56 0 D 12A 4C 31
Octal 330 36 335 2 126 0 15 452 114 61
Binary 11011000 11110 11011101 10 1010110 0 1101 100101010 1001100 110001

Color Harmonies of #D81EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81EDD

Black with #D81EDD

Text Example


Text Example

White with #D81EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81EDD; }

 p { color: rgb(216,30,221); }

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

background-color css

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

 a { background-color: rgb(216,30,221); }

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

border-color css

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

 span { border-color: rgb(216,30,221); }

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