Html Css Color HEX #D625DB Deep Magenta

📋 copy color: '#D625DB'

red 214 ◦ green 37 ◦ blue 219

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

Shades of Deep Magenta #D625DB

Tints of Deep Magenta #D625DB

RGB

 RED value IS 214 (83.98% from 255) = 45.53%

 GREEN value IS 37 (14.84% from 255) = 7.87%

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

R = 45.53%
G = 7.87%
B = 46.6%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D625DB (or 0xD625DB) is known color: Deep Magenta. HEX triplet: D6, 25 and DB. RGB value is (214,37,219). Sum of RGB (Red+Green+Blue) = 214+37+219=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 37 (14.84% from 255 or 7.87% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #D625DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D625DB is #29DA24. Grayscale: #6E6E6E. Windows color (decimal): -2742821 or 14362070. OLE color: 14362070.

HSL color Cylindrical-coordinate representation of color #D625DB: hue angle of 298.35º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D625DB is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 37 219 -
CMYK 0.02 0.83 0 0.14
HSL 298.35º 0.72% 0.5% -
HSV(B) 298.35º 0.83% 0.86% -
XYZ 41.18 20.73 68.85 -
YUV 110.67 189.14 201.7 -
System Red Green Blue C M Y K H S L
Decimal 214 37 219 0.02 0.83 0 0.14 298.35 0.72 0.5
Hex D6 25 DB 2 53 0 E 12A 48 32
Octal 326 45 333 2 123 0 16 452 110 62
Binary 11010110 100101 11011011 10 1010011 0 1110 100101010 1001000 110010

Color Harmonies of #D625DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D625DB

Black with #D625DB

Text Example


Text Example

White with #D625DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D625DB; }

 p { color: rgb(214,37,219); }

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

background-color css

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

 a { background-color: rgb(214,37,219); }

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

border-color css

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

 span { border-color: rgb(214,37,219); }

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