Html Css Color HEX #D609DE Deep Magenta

📋 copy color: '#D609DE'

red 214 ◦ green 9 ◦ blue 222

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

Shades of Deep Magenta #D609DE

Tints of Deep Magenta #D609DE

RGB

 RED value IS 214 (83.98% from 255) = 48.09%

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 48.09%
G = 2.02%
B = 49.89%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D609DE (or 0xD609DE) is known color: Deep Magenta. HEX triplet: D6, 09 and DE. RGB value is (214,9,222). Sum of RGB (Red+Green+Blue) = 214+9+222=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #D609DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609DE is #29F621. Grayscale: #5D5D5D. Windows color (decimal): -2749986 or 14551510. OLE color: 14551510.

HSL color Cylindrical-coordinate representation of color #D609DE: hue angle of 297.75º 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 #D609DE is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 9 222 -
CMYK 0.04 0.96 0 0.13
HSL 297.75º 0.92% 0.45% -
HSV(B) 297.75º 0.96% 0.87% -
XYZ 41.01 19.77 70.76 -
YUV 94.58 199.92 213.18 -
System Red Green Blue C M Y K H S L
Decimal 214 9 222 0.04 0.96 0 0.13 297.75 0.92 0.45
Hex D6 9 DE 4 60 0 D 12A 5C 2D
Octal 326 11 336 4 140 0 15 452 134 55
Binary 11010110 1001 11011110 100 1100000 0 1101 100101010 1011100 101101

Color Harmonies of #D609DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609DE

Black with #D609DE

Text Example


Text Example

White with #D609DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609DE; }

 p { color: rgb(214,9,222); }

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

background-color css

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

 a { background-color: rgb(214,9,222); }

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

border-color css

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

 span { border-color: rgb(214,9,222); }

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