Html Css Color HEX #D627DE Deep Magenta

📋 copy color: '#D627DE'

red 214 ◦ green 39 ◦ blue 222

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

Shades of Deep Magenta #D627DE

Tints of Deep Magenta #D627DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 45.05%
G = 8.21%
B = 46.74%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D627DE (or 0xD627DE) is known color: Deep Magenta. HEX triplet: D6, 27 and DE. RGB value is (214,39,222). Sum of RGB (Red+Green+Blue) = 214+39+222=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 39 (15.62% from 255 or 8.21% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #D627DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627DE is #29D821. Grayscale: #6F6F6F. Windows color (decimal): -2742306 or 14559190. OLE color: 14559190.

HSL color Cylindrical-coordinate representation of color #D627DE: hue angle of 297.38º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D627DE is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 39 222 -
CMYK 0.04 0.82 0 0.13
HSL 297.38º 0.73% 0.51% -
HSV(B) 297.38º 0.82% 0.87% -
XYZ 41.64 21.02 70.97 -
YUV 112.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 214 39 222 0.04 0.82 0 0.13 297.38 0.73 0.51
Hex D6 27 DE 4 52 0 D 129 49 33
Octal 326 47 336 4 122 0 15 451 111 63
Binary 11010110 100111 11011110 100 1010010 0 1101 100101001 1001001 110011

Color Harmonies of #D627DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627DE

Black with #D627DE

Text Example


Text Example

White with #D627DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627DE; }

 p { color: rgb(214,39,222); }

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

background-color css

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

 a { background-color: rgb(214,39,222); }

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

border-color css

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

 span { border-color: rgb(214,39,222); }

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