Html Css Color HEX #D427E5 Deep Magenta

📋 copy color: '#D427E5'

red 212 ◦ green 39 ◦ blue 229

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

Shades of Deep Magenta #D427E5

Tints of Deep Magenta #D427E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.71%

R = 44.17%
G = 8.13%
B = 47.71%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D427E5 (or 0xD427E5) is known color: Deep Magenta. HEX triplet: D4, 27 and E5. RGB value is (212,39,229). Sum of RGB (Red+Green+Blue) = 212+39+229=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 39 (15.62% from 255 or 8.12% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 229 - color contains mainly: blue. Hex color #D427E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D427E5 is #2BD81A. Grayscale: #6F6F6F. Windows color (decimal): -2873371 or 15017940. OLE color: 15017940.

HSL color Cylindrical-coordinate representation of color #D427E5: hue angle of 294.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D427E5 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 212 39 229 -
CMYK 0.07 0.83 0 0.10
HSL 294.63º 0.79% 0.53% -
HSV(B) 294.63º 0.83% 0.9% -
XYZ 42.02 21.11 75.99 -
YUV 112.39 193.81 199.05 -
System Red Green Blue C M Y K H S L
Decimal 212 39 229 0.07 0.83 0 0.10 294.63 0.79 0.53
Hex D4 27 E5 7 53 0 A 127 4F 35
Octal 324 47 345 7 123 0 12 447 117 65
Binary 11010100 100111 11100101 111 1010011 0 1010 100100111 1001111 110101

Color Harmonies of #D427E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D427E5

Black with #D427E5

Text Example


Text Example

White with #D427E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D427E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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