Html Css Color HEX #D427DB Deep Magenta

📋 copy color: '#D427DB'

red 212 ◦ green 39 ◦ blue 219

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

Shades of Deep Magenta #D427DB

Tints of Deep Magenta #D427DB

RGB

 RED value IS 212 (83.2% from 255) = 45.11%

 GREEN value IS 39 (15.63% from 255) = 8.3%

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

R = 45.11%
G = 8.3%
B = 46.6%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D427DB (or 0xD427DB) is known color: Deep Magenta. HEX triplet: D4, 27 and DB. RGB value is (212,39,219). Sum of RGB (Red+Green+Blue) = 212+39+219=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 39 (15.62% from 255 or 8.30% 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 #D427DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427DB is #2BD824. Grayscale: #6E6E6E. Windows color (decimal): -2873381 or 14362580. OLE color: 14362580.

HSL color Cylindrical-coordinate representation of color #D427DB: hue angle of 297.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D427DB is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 39 219 -
CMYK 0.03 0.82 0 0.14
HSL 297.67º 0.71% 0.51% -
HSV(B) 297.67º 0.82% 0.86% -
XYZ 40.66 20.56 68.84 -
YUV 111.25 188.81 199.86 -
System Red Green Blue C M Y K H S L
Decimal 212 39 219 0.03 0.82 0 0.14 297.67 0.71 0.51
Hex D4 27 DB 3 52 0 E 12A 47 33
Octal 324 47 333 3 122 0 16 452 107 63
Binary 11010100 100111 11011011 11 1010010 0 1110 100101010 1000111 110011

Color Harmonies of #D427DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427DB

Black with #D427DB

Text Example


Text Example

White with #D427DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427DB; }

 p { color: rgb(212,39,219); }

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

background-color css

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

 a { background-color: rgb(212,39,219); }

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

border-color css

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

 span { border-color: rgb(212,39,219); }

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