Html Css Color HEX #D609DB Deep Magenta

📋 copy color: '#D609DB'

red 214 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #D609DB

Tints of Deep Magenta #D609DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 48.42%
G = 2.04%
B = 49.55%

CMYK

 C value IS 0.02

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D609DB (or 0xD609DB) is known color: Deep Magenta. HEX triplet: D6, 09 and DB. RGB value is (214,9,219). Sum of RGB (Red+Green+Blue) = 214+9+219=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #D609DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D609DB is #29F624. Grayscale: #5D5D5D. Windows color (decimal): -2749989 or 14354902. OLE color: 14354902.

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

Color convert

RGB 214 9 219 -
CMYK 0.02 0.96 0 0.14
HSL 298.57º 0.92% 0.45% -
HSV(B) 298.57º 0.96% 0.86% -
XYZ 40.62 19.61 68.66 -
YUV 94.24 198.42 213.42 -
System Red Green Blue C M Y K H S L
Decimal 214 9 219 0.02 0.96 0 0.14 298.57 0.92 0.45
Hex D6 9 DB 2 60 0 E 12B 5C 2D
Octal 326 11 333 2 140 0 16 453 134 55
Binary 11010110 1001 11011011 10 1100000 0 1110 100101011 1011100 101101

Color Harmonies of #D609DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D609DB

Black with #D609DB

Text Example


Text Example

White with #D609DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D609DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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