Html Css Color HEX #D607DB Deep Magenta

📋 copy color: '#D607DB'

red 214 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #D607DB

Tints of Deep Magenta #D607DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.59%

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

R = 48.64%
G = 1.59%
B = 49.77%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D607DB (or 0xD607DB) is known color: Deep Magenta. HEX triplet: D6, 07 and DB. RGB value is (214,7,219). Sum of RGB (Red+Green+Blue) = 214+7+219=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #D607DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D607DB is #29F824. Grayscale: #5C5C5C. Windows color (decimal): -2750501 or 14354390. OLE color: 14354390.

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

Color convert

RGB 214 7 219 -
CMYK 0.02 0.97 0 0.14
HSL 298.58º 0.94% 0.44% -
HSV(B) 298.58º 0.97% 0.86% -
XYZ 40.59 19.56 68.65 -
YUV 93.06 199.08 214.26 -
System Red Green Blue C M Y K H S L
Decimal 214 7 219 0.02 0.97 0 0.14 298.58 0.94 0.44
Hex D6 7 DB 2 61 0 E 12B 5E 2C
Octal 326 7 333 2 141 0 16 453 136 54
Binary 11010110 111 11011011 10 1100001 0 1110 100101011 1011110 101100

Color Harmonies of #D607DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D607DB

Black with #D607DB

Text Example


Text Example

White with #D607DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D607DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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