Html Css Color HEX #D229DF Deep Magenta

📋 copy color: '#D229DF'

red 210 ◦ green 41 ◦ blue 223

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

Shades of Deep Magenta #D229DF

Tints of Deep Magenta #D229DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 44.3%
G = 8.65%
B = 47.05%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D229DF (or 0xD229DF) is known color: Deep Magenta. HEX triplet: D2, 29 and DF. RGB value is (210,41,223). Sum of RGB (Red+Green+Blue) = 210+41+223=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #D229DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D229DF is #2DD620. Grayscale: #6F6F6F. Windows color (decimal): -3003937 or 14625234. OLE color: 14625234.

HSL color Cylindrical-coordinate representation of color #D229DF: hue angle of 295.71º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D229DF is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 41 223 -
CMYK 0.06 0.82 0 0.13
HSL 295.71º 0.74% 0.52% -
HSV(B) 295.71º 0.82% 0.87% -
XYZ 40.69 20.62 71.65 -
YUV 112.28 190.49 197.7 -
System Red Green Blue C M Y K H S L
Decimal 210 41 223 0.06 0.82 0 0.13 295.71 0.74 0.52
Hex D2 29 DF 6 52 0 D 128 4A 34
Octal 322 51 337 6 122 0 15 450 112 64
Binary 11010010 101001 11011111 110 1010010 0 1101 100101000 1001010 110100

Color Harmonies of #D229DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D229DF

Black with #D229DF

Text Example


Text Example

White with #D229DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D229DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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