Html Css Color HEX #D627DB Deep Magenta

📋 copy color: '#D627DB'

red 214 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #D627DB

Tints of Deep Magenta #D627DB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.26%

 BLUE value IS 219 (85.94% from 255) = 46.4%

R = 45.34%
G = 8.26%
B = 46.4%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D627DB (or 0xD627DB) is known color: Deep Magenta. HEX triplet: D6, 27 and DB. RGB value is (214,39,219). Sum of RGB (Red+Green+Blue) = 214+39+219=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #D627DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627DB is #29D824. Grayscale: #6F6F6F. Windows color (decimal): -2742309 or 14362582. OLE color: 14362582.

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

Color convert

RGB 214 39 219 -
CMYK 0.02 0.82 0 0.14
HSL 298.33º 0.71% 0.51% -
HSV(B) 298.33º 0.82% 0.86% -
XYZ 41.24 20.86 68.87 -
YUV 111.85 188.48 200.86 -
System Red Green Blue C M Y K H S L
Decimal 214 39 219 0.02 0.82 0 0.14 298.33 0.71 0.51
Hex D6 27 DB 2 52 0 E 12A 47 33
Octal 326 47 333 2 122 0 16 452 107 63
Binary 11010110 100111 11011011 10 1010010 0 1110 100101010 1000111 110011

Color Harmonies of #D627DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627DB

Black with #D627DB

Text Example


Text Example

White with #D627DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627DB; }

 p { color: rgb(214,39,219); }

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

background-color css

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

 a { background-color: rgb(214,39,219); }

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

border-color css

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

 span { border-color: rgb(214,39,219); }

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