Html Css Color HEX #D229DD Deep Magenta

📋 copy color: '#D229DD'

red 210 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #D229DD

Tints of Deep Magenta #D229DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.82%

R = 44.49%
G = 8.69%
B = 46.82%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D229DD (or 0xD229DD) is known color: Deep Magenta. HEX triplet: D2, 29 and DD. RGB value is (210,41,221). Sum of RGB (Red+Green+Blue) = 210+41+221=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 41 (16.41% from 255 or 8.69% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #D229DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229DD is #2DD622. Grayscale: #6F6F6F. Windows color (decimal): -3003939 or 14494162. OLE color: 14494162.

HSL color Cylindrical-coordinate representation of color #D229DD: hue angle of 296.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D229DD is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 41 221 -
CMYK 0.05 0.81 0 0.13
HSL 296.33º 0.73% 0.51% -
HSV(B) 296.33º 0.81% 0.87% -
XYZ 40.42 20.51 70.23 -
YUV 112.05 189.49 197.86 -
System Red Green Blue C M Y K H S L
Decimal 210 41 221 0.05 0.81 0 0.13 296.33 0.73 0.51
Hex D2 29 DD 5 51 0 D 128 49 33
Octal 322 51 335 5 121 0 15 450 111 63
Binary 11010010 101001 11011101 101 1010001 0 1101 100101000 1001001 110011

Color Harmonies of #D229DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229DD

Black with #D229DD

Text Example


Text Example

White with #D229DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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