Html Css Color HEX #D624E1 Deep Magenta

📋 copy color: '#D624E1'

red 214 ◦ green 36 ◦ blue 225

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

Shades of Deep Magenta #D624E1

Tints of Deep Magenta #D624E1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.58%

 BLUE value IS 225 (88.28% from 255) = 47.37%

R = 45.05%
G = 7.58%
B = 47.37%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D624E1 (or 0xD624E1) is known color: Deep Magenta. HEX triplet: D6, 24 and E1. RGB value is (214,36,225). Sum of RGB (Red+Green+Blue) = 214+36+225=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 36 (14.45% from 255 or 7.58% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #D624E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D624E1 is #29DB1E. Grayscale: #6E6E6E. Windows color (decimal): -2743071 or 14755030. OLE color: 14755030.

HSL color Cylindrical-coordinate representation of color #D624E1: hue angle of 296.51º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D624E1 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 36 225 -
CMYK 0.05 0.84 0 0.12
HSL 296.51º 0.76% 0.51% -
HSV(B) 296.51º 0.84% 0.88% -
XYZ 41.95 20.99 73.08 -
YUV 110.77 192.47 201.63 -
System Red Green Blue C M Y K H S L
Decimal 214 36 225 0.05 0.84 0 0.12 296.51 0.76 0.51
Hex D6 24 E1 5 54 0 C 129 4C 33
Octal 326 44 341 5 124 0 14 451 114 63
Binary 11010110 100100 11100001 101 1010100 0 1100 100101001 1001100 110011

Color Harmonies of #D624E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D624E1

Black with #D624E1

Text Example


Text Example

White with #D624E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D624E1; }

 p { color: rgb(214,36,225); }

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

background-color css

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

 a { background-color: rgb(214,36,225); }

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

border-color css

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

 span { border-color: rgb(214,36,225); }

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