Html Css Color HEX #D214DB Deep Magenta

📋 copy color: '#D214DB'

red 210 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #D214DB

Tints of Deep Magenta #D214DB

RGB

 RED value IS 210 (82.42% from 255) = 46.77%

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

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

R = 46.77%
G = 4.45%
B = 48.78%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D214DB (or 0xD214DB) is known color: Deep Magenta. HEX triplet: D2, 14 and DB. RGB value is (210,20,219). Sum of RGB (Red+Green+Blue) = 210+20+219=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #D214DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D214DB is #2DEB24. Grayscale: #626262. Windows color (decimal): -3009317 or 14357714. OLE color: 14357714.

HSL color Cylindrical-coordinate representation of color #D214DB: hue angle of 297.29º 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 #D214DB is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 20 219 -
CMYK 0.04 0.91 0 0.14
HSL 297.29º 0.83% 0.47% -
HSV(B) 297.29º 0.91% 0.86% -
XYZ 39.61 19.32 68.66 -
YUV 99.5 195.45 206.82 -
System Red Green Blue C M Y K H S L
Decimal 210 20 219 0.04 0.91 0 0.14 297.29 0.83 0.47
Hex D2 14 DB 4 5B 0 E 129 53 2F
Octal 322 24 333 4 133 0 16 451 123 57
Binary 11010010 10100 11011011 100 1011011 0 1110 100101001 1010011 101111

Color Harmonies of #D214DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D214DB

Black with #D214DB

Text Example


Text Example

White with #D214DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D214DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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