Html Css Color HEX #DB1CD0 Deep Magenta

📋 copy color: '#DB1CD0'

red 219 ◦ green 28 ◦ blue 208

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

Shades of Deep Magenta #DB1CD0

Tints of Deep Magenta #DB1CD0

RGB

 RED value IS 219 (85.94% from 255) = 48.13%

 GREEN value IS 28 (11.33% from 255) = 6.15%

 BLUE value IS 208 (81.64% from 255) = 45.71%

R = 48.13%
G = 6.15%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DB1CD0 (or 0xDB1CD0) is known color: Deep Magenta. HEX triplet: DB, 1C and D0. RGB value is (219,28,208). Sum of RGB (Red+Green+Blue) = 219+28+208=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CD0 is #24E32F. Grayscale: #696969. Windows color (decimal): -2417456 or 13638875. OLE color: 13638875.

HSL color Cylindrical-coordinate representation of color #DB1CD0: hue angle of 303.46º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1CD0 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 28 208 -
CMYK 0 0.87 0.05 0.14
HSL 303.46º 0.77% 0.48% -
HSV(B) 303.46º 0.87% 0.86% -
XYZ 41.01 20.44 61.46 -
YUV 105.63 185.78 208.86 -
System Red Green Blue C M Y K H S L
Decimal 219 28 208 0 0.87 0.05 0.14 303.46 0.77 0.48
Hex DB 1C D0 0 57 5 E 12F 4D 30
Octal 333 34 320 0 127 5 16 457 115 60
Binary 11011011 11100 11010000 0 1010111 101 1110 100101111 1001101 110000

Color Harmonies of #DB1CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CD0

Black with #DB1CD0

Text Example


Text Example

White with #DB1CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CD0; }

 p { color: rgb(219,28,208); }

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

background-color css

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

 a { background-color: rgb(219,28,208); }

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

border-color css

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

 span { border-color: rgb(219,28,208); }

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