Html Css Color HEX #D628DA Deep Magenta

📋 copy color: '#D628DA'

red 214 ◦ green 40 ◦ blue 218

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

Shades of Deep Magenta #D628DA

Tints of Deep Magenta #D628DA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.47%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 45.34%
G = 8.47%
B = 46.19%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D628DA (or 0xD628DA) is known color: Deep Magenta. HEX triplet: D6, 28 and DA. RGB value is (214,40,218). Sum of RGB (Red+Green+Blue) = 214+40+218=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 40 (16.02% from 255 or 8.47% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #D628DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628DA is #29D725. Grayscale: #6F6F6F. Windows color (decimal): -2742054 or 14297302. OLE color: 14297302.

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

Color convert

RGB 214 40 218 -
CMYK 0.02 0.82 0 0.15
HSL 298.65º 0.71% 0.51% -
HSV(B) 298.65º 0.82% 0.85% -
XYZ 41.15 20.88 68.19 -
YUV 112.32 187.65 200.53 -
System Red Green Blue C M Y K H S L
Decimal 214 40 218 0.02 0.82 0 0.15 298.65 0.71 0.51
Hex D6 28 DA 2 52 0 F 12B 47 33
Octal 326 50 332 2 122 0 17 453 107 63
Binary 11010110 101000 11011010 10 1010010 0 1111 100101011 1000111 110011

Color Harmonies of #D628DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628DA

Black with #D628DA

Text Example


Text Example

White with #D628DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628DA; }

 p { color: rgb(214,40,218); }

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

background-color css

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

 a { background-color: rgb(214,40,218); }

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

border-color css

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

 span { border-color: rgb(214,40,218); }

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