Html Css Color HEX #D628DF Deep Magenta

📋 copy color: '#D628DF'

red 214 ◦ green 40 ◦ blue 223

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

Shades of Deep Magenta #D628DF

Tints of Deep Magenta #D628DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.75%

R = 44.86%
G = 8.39%
B = 46.75%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D628DF (or 0xD628DF) is known color: Deep Magenta. HEX triplet: D6, 28 and DF. RGB value is (214,40,223). Sum of RGB (Red+Green+Blue) = 214+40+223=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #D628DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628DF is #29D720. Grayscale: #707070. Windows color (decimal): -2742049 or 14624982. OLE color: 14624982.

HSL color Cylindrical-coordinate representation of color #D628DF: hue angle of 297.05º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D628DF is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 40 223 -
CMYK 0.04 0.82 0 0.13
HSL 297.05º 0.74% 0.52% -
HSV(B) 297.05º 0.82% 0.87% -
XYZ 41.81 21.14 71.69 -
YUV 112.89 190.15 200.12 -
System Red Green Blue C M Y K H S L
Decimal 214 40 223 0.04 0.82 0 0.13 297.05 0.74 0.52
Hex D6 28 DF 4 52 0 D 129 4A 34
Octal 326 50 337 4 122 0 15 451 112 64
Binary 11010110 101000 11011111 100 1010010 0 1101 100101001 1001010 110100

Color Harmonies of #D628DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628DF

Black with #D628DF

Text Example


Text Example

White with #D628DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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