Html Css Color HEX #D908DB Deep Magenta

📋 copy color: '#D908DB'

red 217 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #D908DB

Tints of Deep Magenta #D908DB

RGB

 RED value IS 217 (85.16% from 255) = 48.87%

 GREEN value IS 8 (3.52% from 255) = 1.8%

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

R = 48.87%
G = 1.8%
B = 49.32%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D908DB (or 0xD908DB) is known color: Deep Magenta. HEX triplet: D9, 08 and DB. RGB value is (217,8,219). Sum of RGB (Red+Green+Blue) = 217+8+219=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 8 (3.52% from 255 or 1.80% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #D908DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908DB is #26F724. Grayscale: #5D5D5D. Windows color (decimal): -2553637 or 14354649. OLE color: 14354649.

HSL color Cylindrical-coordinate representation of color #D908DB: hue angle of 299.43º degrees, saturation: 0.93, 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 #D908DB is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 8 219 -
CMYK 0.01 0.96 0 0.14
HSL 299.43º 0.93% 0.45% -
HSV(B) 299.43º 0.96% 0.86% -
XYZ 41.49 20.04 68.7 -
YUV 94.55 198.24 215.34 -
System Red Green Blue C M Y K H S L
Decimal 217 8 219 0.01 0.96 0 0.14 299.43 0.93 0.45
Hex D9 8 DB 1 60 0 E 12B 5D 2D
Octal 331 10 333 1 140 0 16 453 135 55
Binary 11011001 1000 11011011 1 1100000 0 1110 100101011 1011101 101101

Color Harmonies of #D908DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908DB

Black with #D908DB

Text Example


Text Example

White with #D908DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908DB; }

 p { color: rgb(217,8,219); }

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

background-color css

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

 a { background-color: rgb(217,8,219); }

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

border-color css

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

 span { border-color: rgb(217,8,219); }

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