Html Css Color HEX #D628E1 Deep Magenta

📋 copy color: '#D628E1'

red 214 ◦ green 40 ◦ blue 225

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

Shades of Deep Magenta #D628E1

Tints of Deep Magenta #D628E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.97%

R = 44.68%
G = 8.35%
B = 46.97%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D628E1 (or 0xD628E1) is known color: Deep Magenta. HEX triplet: D6, 28 and E1. RGB value is (214,40,225). Sum of RGB (Red+Green+Blue) = 214+40+225=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 40 (16.02% from 255 or 8.35% from 479); Blue value is 225 (88.28% from 255 or 46.97% from 479); Max value from RGB is 225 - color contains mainly: blue. Hex color #D628E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628E1 is #29D71E. Grayscale: #707070. Windows color (decimal): -2742047 or 14756054. OLE color: 14756054.

HSL color Cylindrical-coordinate representation of color #D628E1: hue angle of 296.43º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D628E1 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 40 225 -
CMYK 0.05 0.82 0 0.12
HSL 296.43º 0.76% 0.52% -
HSV(B) 296.43º 0.82% 0.88% -
XYZ 42.08 21.25 73.12 -
YUV 113.12 191.15 199.96 -
System Red Green Blue C M Y K H S L
Decimal 214 40 225 0.05 0.82 0 0.12 296.43 0.76 0.52
Hex D6 28 E1 5 52 0 C 128 4C 34
Octal 326 50 341 5 122 0 14 450 114 64
Binary 11010110 101000 11100001 101 1010010 0 1100 100101000 1001100 110100

Color Harmonies of #D628E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628E1

Black with #D628E1

Text Example


Text Example

White with #D628E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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