Html Css Color HEX #D229E2 Deep Magenta

📋 copy color: '#D229E2'

red 210 ◦ green 41 ◦ blue 226

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

Shades of Deep Magenta #D229E2

Tints of Deep Magenta #D229E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.38%

R = 44.03%
G = 8.6%
B = 47.38%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D229E2 (or 0xD229E2) is known color: Deep Magenta. HEX triplet: D2, 29 and E2. RGB value is (210,41,226). Sum of RGB (Red+Green+Blue) = 210+41+226=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 41 (16.41% from 255 or 8.60% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #D229E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229E2 is #2DD61D. Grayscale: #707070. Windows color (decimal): -3003934 or 14821842. OLE color: 14821842.

HSL color Cylindrical-coordinate representation of color #D229E2: hue angle of 294.81º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D229E2 is Cyan = 0.07, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 41 226 -
CMYK 0.07 0.82 0 0.11
HSL 294.81º 0.76% 0.52% -
HSV(B) 294.81º 0.82% 0.89% -
XYZ 41.1 20.78 73.8 -
YUV 112.62 191.99 197.46 -
System Red Green Blue C M Y K H S L
Decimal 210 41 226 0.07 0.82 0 0.11 294.81 0.76 0.52
Hex D2 29 E2 7 52 0 B 127 4C 34
Octal 322 51 342 7 122 0 13 447 114 64
Binary 11010010 101001 11100010 111 1010010 0 1011 100100111 1001100 110100

Color Harmonies of #D229E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229E2

Black with #D229E2

Text Example


Text Example

White with #D229E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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