Html Css Color HEX #DB1CD7 Deep Magenta

📋 copy color: '#DB1CD7'

red 219 ◦ green 28 ◦ blue 215

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

Shades of Deep Magenta #DB1CD7

Tints of Deep Magenta #DB1CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 46.54%

R = 47.4%
G = 6.06%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DB1CD7 (or 0xDB1CD7) is known color: Deep Magenta. HEX triplet: DB, 1C and D7. RGB value is (219,28,215). Sum of RGB (Red+Green+Blue) = 219+28+215=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 215 (84.38% from 255 or 46.54% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1CD7 is #24E328. Grayscale: #696969. Windows color (decimal): -2417449 or 14097627. OLE color: 14097627.

HSL color Cylindrical-coordinate representation of color #DB1CD7: hue angle of 301.26º 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 #DB1CD7 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 28 215 -
CMYK 0 0.87 0.02 0.14
HSL 301.26º 0.77% 0.48% -
HSV(B) 301.26º 0.87% 0.86% -
XYZ 41.89 20.8 66.1 -
YUV 106.43 189.28 208.29 -
System Red Green Blue C M Y K H S L
Decimal 219 28 215 0 0.87 0.02 0.14 301.26 0.77 0.48
Hex DB 1C D7 0 57 2 E 12D 4D 30
Octal 333 34 327 0 127 2 16 455 115 60
Binary 11011011 11100 11010111 0 1010111 10 1110 100101101 1001101 110000

Color Harmonies of #DB1CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1CD7

Black with #DB1CD7

Text Example


Text Example

White with #DB1CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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