Html Css Color HEX #D229DB Deep Magenta

📋 copy color: '#D229DB'

red 210 ◦ green 41 ◦ blue 219

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

Shades of Deep Magenta #D229DB

Tints of Deep Magenta #D229DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.72%

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

R = 44.68%
G = 8.72%
B = 46.6%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D229DB (or 0xD229DB) is known color: Deep Magenta. HEX triplet: D2, 29 and DB. RGB value is (210,41,219). Sum of RGB (Red+Green+Blue) = 210+41+219=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #D229DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229DB is #2DD624. Grayscale: #6F6F6F. Windows color (decimal): -3003941 or 14363090. OLE color: 14363090.

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

Color convert

RGB 210 41 219 -
CMYK 0.04 0.81 0 0.14
HSL 296.97º 0.71% 0.51% -
HSV(B) 296.97º 0.81% 0.86% -
XYZ 40.16 20.4 68.84 -
YUV 111.82 188.49 198.03 -
System Red Green Blue C M Y K H S L
Decimal 210 41 219 0.04 0.81 0 0.14 296.97 0.71 0.51
Hex D2 29 DB 4 51 0 E 129 47 33
Octal 322 51 333 4 121 0 16 451 107 63
Binary 11010010 101001 11011011 100 1010001 0 1110 100101001 1000111 110011

Color Harmonies of #D229DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229DB

Black with #D229DB

Text Example


Text Example

White with #D229DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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