Html Css Color HEX #DB1ECB Deep Magenta

📋 copy color: '#DB1ECB'

red 219 ◦ green 30 ◦ blue 203

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

Shades of Deep Magenta #DB1ECB

Tints of Deep Magenta #DB1ECB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.64%

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 48.45%
G = 6.64%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB1ECB (or 0xDB1ECB) is known color: Deep Magenta. HEX triplet: DB, 1E and CB. RGB value is (219,30,203). Sum of RGB (Red+Green+Blue) = 219+30+203=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1ECB is #24E134. Grayscale: #696969. Windows color (decimal): -2416949 or 13311707. OLE color: 13311707.

HSL color Cylindrical-coordinate representation of color #DB1ECB: hue angle of 305.08º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1ECB is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 30 203 -
CMYK 0 0.86 0.07 0.14
HSL 305.08º 0.76% 0.49% -
HSV(B) 305.08º 0.86% 0.86% -
XYZ 40.46 20.3 58.29 -
YUV 106.23 182.62 208.43 -
System Red Green Blue C M Y K H S L
Decimal 219 30 203 0 0.86 0.07 0.14 305.08 0.76 0.49
Hex DB 1E CB 0 56 7 E 131 4C 31
Octal 333 36 313 0 126 7 16 461 114 61
Binary 11011011 11110 11001011 0 1010110 111 1110 100110001 1001100 110001

Color Harmonies of #DB1ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1ECB

Black with #DB1ECB

Text Example


Text Example

White with #DB1ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1ECB; }

 p { color: rgb(219,30,203); }

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

background-color css

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

 a { background-color: rgb(219,30,203); }

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

border-color css

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

 span { border-color: rgb(219,30,203); }

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