Html Css Color HEX #D507DB Deep Magenta

📋 copy color: '#D507DB'

red 213 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #D507DB

Tints of Deep Magenta #D507DB

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

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

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

R = 48.52%
G = 1.59%
B = 49.89%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D507DB (or 0xD507DB) is known color: Deep Magenta. HEX triplet: D5, 07 and DB. RGB value is (213,7,219). Sum of RGB (Red+Green+Blue) = 213+7+219=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 7 (3.12% from 255 or 1.59% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #D507DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D507DB is #2AF824. Grayscale: #5C5C5C. Windows color (decimal): -2816037 or 14354389. OLE color: 14354389.

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

Color convert

RGB 213 7 219 -
CMYK 0.03 0.97 0 0.14
HSL 298.3º 0.94% 0.44% -
HSV(B) 298.3º 0.97% 0.86% -
XYZ 40.3 19.41 68.64 -
YUV 92.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 213 7 219 0.03 0.97 0 0.14 298.3 0.94 0.44
Hex D5 7 DB 3 61 0 E 12A 5E 2C
Octal 325 7 333 3 141 0 16 452 136 54
Binary 11010101 111 11011011 11 1100001 0 1110 100101010 1011110 101100

Color Harmonies of #D507DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D507DB

Black with #D507DB

Text Example


Text Example

White with #D507DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D507DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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