Html Css Color HEX #D614DB Deep Magenta

📋 copy color: '#D614DB'

red 214 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #D614DB

Tints of Deep Magenta #D614DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.42%

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

R = 47.24%
G = 4.42%
B = 48.34%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D614DB (or 0xD614DB) is known color: Deep Magenta. HEX triplet: D6, 14 and DB. RGB value is (214,20,219). Sum of RGB (Red+Green+Blue) = 214+20+219=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #D614DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D614DB is #29EB24. Grayscale: #646464. Windows color (decimal): -2747173 or 14357718. OLE color: 14357718.

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

Color convert

RGB 214 20 219 -
CMYK 0.02 0.91 0 0.14
HSL 298.49º 0.83% 0.47% -
HSV(B) 298.49º 0.91% 0.86% -
XYZ 40.77 19.91 68.71 -
YUV 100.69 194.77 208.82 -
System Red Green Blue C M Y K H S L
Decimal 214 20 219 0.02 0.91 0 0.14 298.49 0.83 0.47
Hex D6 14 DB 2 5B 0 E 12A 53 2F
Octal 326 24 333 2 133 0 16 452 123 57
Binary 11010110 10100 11011011 10 1011011 0 1110 100101010 1010011 101111

Color Harmonies of #D614DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D614DB

Black with #D614DB

Text Example


Text Example

White with #D614DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D614DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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