Html Css Color HEX #D624DB Deep Magenta

📋 copy color: '#D624DB'

red 214 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #D624DB

Tints of Deep Magenta #D624DB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.68%

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

R = 45.63%
G = 7.68%
B = 46.7%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D624DB (or 0xD624DB) is known color: Deep Magenta. HEX triplet: D6, 24 and DB. RGB value is (214,36,219). Sum of RGB (Red+Green+Blue) = 214+36+219=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #D624DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624DB is #29DB24. Grayscale: #6D6D6D. Windows color (decimal): -2743077 or 14361814. OLE color: 14361814.

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

Color convert

RGB 214 36 219 -
CMYK 0.02 0.84 0 0.14
HSL 298.36º 0.72% 0.5% -
HSV(B) 298.36º 0.84% 0.86% -
XYZ 41.15 20.67 68.84 -
YUV 110.08 189.47 202.12 -
System Red Green Blue C M Y K H S L
Decimal 214 36 219 0.02 0.84 0 0.14 298.36 0.72 0.5
Hex D6 24 DB 2 54 0 E 12A 48 32
Octal 326 44 333 2 124 0 16 452 110 62
Binary 11010110 100100 11011011 10 1010100 0 1110 100101010 1001000 110010

Color Harmonies of #D624DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624DB

Black with #D624DB

Text Example


Text Example

White with #D624DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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