Html Css Color HEX #D626DD Deep Magenta

📋 copy color: '#D626DD'

red 214 ◦ green 38 ◦ blue 221

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

Shades of Deep Magenta #D626DD

Tints of Deep Magenta #D626DD

RGB

 RED value IS 214 (83.98% from 255) = 45.24%

 GREEN value IS 38 (15.23% from 255) = 8.03%

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

R = 45.24%
G = 8.03%
B = 46.72%

CMYK

 C value IS 0.03

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D626DD (or 0xD626DD) is known color: Deep Magenta. HEX triplet: D6, 26 and DD. RGB value is (214,38,221). Sum of RGB (Red+Green+Blue) = 214+38+221=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 38 (15.23% from 255 or 8.03% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #D626DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626DD is #29D922. Grayscale: #6E6E6E. Windows color (decimal): -2742563 or 14493398. OLE color: 14493398.

HSL color Cylindrical-coordinate representation of color #D626DD: hue angle of 297.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D626DD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 38 221 -
CMYK 0.03 0.83 0 0.13
HSL 297.7º 0.73% 0.51% -
HSV(B) 297.7º 0.83% 0.87% -
XYZ 41.48 20.9 70.26 -
YUV 111.49 189.81 201.12 -
System Red Green Blue C M Y K H S L
Decimal 214 38 221 0.03 0.83 0 0.13 297.7 0.73 0.51
Hex D6 26 DD 3 53 0 D 12A 49 33
Octal 326 46 335 3 123 0 15 452 111 63
Binary 11010110 100110 11011101 11 1010011 0 1101 100101010 1001001 110011

Color Harmonies of #D626DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626DD

Black with #D626DD

Text Example


Text Example

White with #D626DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626DD; }

 p { color: rgb(214,38,221); }

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

background-color css

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

 a { background-color: rgb(214,38,221); }

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

border-color css

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

 span { border-color: rgb(214,38,221); }

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