Html Css Color HEX #D209DF Deep Magenta

📋 copy color: '#D209DF'

red 210 ◦ green 9 ◦ blue 223

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

Shades of Deep Magenta #D209DF

Tints of Deep Magenta #D209DF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.04%

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

R = 47.51%
G = 2.04%
B = 50.45%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D209DF (or 0xD209DF) is known color: Deep Magenta. HEX triplet: D2, 09 and DF. RGB value is (210,9,223). Sum of RGB (Red+Green+Blue) = 210+9+223=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #D209DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209DF is #2DF620. Grayscale: #5C5C5C. Windows color (decimal): -3012129 or 14617042. OLE color: 14617042.

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

Color convert

RGB 210 9 223 -
CMYK 0.06 0.96 0 0.13
HSL 296.36º 0.92% 0.45% -
HSV(B) 296.36º 0.96% 0.87% -
XYZ 40 19.22 71.41 -
YUV 93.5 201.09 211.1 -
System Red Green Blue C M Y K H S L
Decimal 210 9 223 0.06 0.96 0 0.13 296.36 0.92 0.45
Hex D2 9 DF 6 60 0 D 128 5C 2D
Octal 322 11 337 6 140 0 15 450 134 55
Binary 11010010 1001 11011111 110 1100000 0 1101 100101000 1011100 101101

Color Harmonies of #D209DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D209DF

Black with #D209DF

Text Example


Text Example

White with #D209DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D209DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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