Html Css Color HEX #D623E1 Deep Magenta

📋 copy color: '#D623E1'

red 214 ◦ green 35 ◦ blue 225

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

Shades of Deep Magenta #D623E1

Tints of Deep Magenta #D623E1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.38%

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

R = 45.15%
G = 7.38%
B = 47.47%

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

#D623E1 (or 0xD623E1) is known color: Deep Magenta. HEX triplet: D6, 23 and E1. RGB value is (214,35,225). Sum of RGB (Red+Green+Blue) = 214+35+225=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #D623E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623E1 is #29DC1E. Grayscale: #6D6D6D. Windows color (decimal): -2743327 or 14754774. OLE color: 14754774.

HSL color Cylindrical-coordinate representation of color #D623E1: hue angle of 296.53º 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 #D623E1 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 35 225 -
CMYK 0.05 0.84 0 0.12
HSL 296.53º 0.76% 0.51% -
HSV(B) 296.53º 0.84% 0.88% -
XYZ 41.92 20.93 73.07 -
YUV 110.18 192.8 202.05 -
System Red Green Blue C M Y K H S L
Decimal 214 35 225 0.05 0.84 0 0.12 296.53 0.76 0.51
Hex D6 23 E1 5 54 0 C 129 4C 33
Octal 326 43 341 5 124 0 14 451 114 63
Binary 11010110 100011 11100001 101 1010100 0 1100 100101001 1001100 110011

Color Harmonies of #D623E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D623E1

Black with #D623E1

Text Example


Text Example

White with #D623E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D623E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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