Html Css Color HEX #D626D8 Deep Magenta

📋 copy color: '#D626D8'

red 214 ◦ green 38 ◦ blue 216

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

Shades of Deep Magenta #D626D8

Tints of Deep Magenta #D626D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 45.73%
G = 8.12%
B = 46.15%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D626D8 (or 0xD626D8) is known color: Deep Magenta. HEX triplet: D6, 26 and D8. RGB value is (214,38,216). Sum of RGB (Red+Green+Blue) = 214+38+216=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 38 (15.23% from 255 or 8.12% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #D626D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626D8 is #29D927. Grayscale: #6E6E6E. Windows color (decimal): -2742568 or 14165718. OLE color: 14165718.

HSL color Cylindrical-coordinate representation of color #D626D8: hue angle of 299.33º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D626D8 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 38 216 -
CMYK 0.01 0.82 0 0.15
HSL 299.33º 0.7% 0.5% -
HSV(B) 299.33º 0.82% 0.85% -
XYZ 40.82 20.64 66.8 -
YUV 110.92 187.31 201.53 -
System Red Green Blue C M Y K H S L
Decimal 214 38 216 0.01 0.82 0 0.15 299.33 0.7 0.5
Hex D6 26 D8 1 52 0 F 12B 46 32
Octal 326 46 330 1 122 0 17 453 106 62
Binary 11010110 100110 11011000 1 1010010 0 1111 100101011 1000110 110010

Color Harmonies of #D626D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626D8

Black with #D626D8

Text Example


Text Example

White with #D626D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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