Html Css Color HEX #D627DD Deep Magenta

📋 copy color: '#D627DD'

red 214 ◦ green 39 ◦ blue 221

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

Shades of Deep Magenta #D627DD

Tints of Deep Magenta #D627DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 45.15%
G = 8.23%
B = 46.62%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D627DD (or 0xD627DD) is known color: Deep Magenta. HEX triplet: D6, 27 and DD. RGB value is (214,39,221). Sum of RGB (Red+Green+Blue) = 214+39+221=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 39 (15.62% from 255 or 8.23% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #D627DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D627DD is #29D822. Grayscale: #6F6F6F. Windows color (decimal): -2742307 or 14493654. OLE color: 14493654.

HSL color Cylindrical-coordinate representation of color #D627DD: hue angle of 297.69º 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 #D627DD is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 39 221 -
CMYK 0.03 0.82 0 0.13
HSL 297.69º 0.73% 0.51% -
HSV(B) 297.69º 0.82% 0.87% -
XYZ 41.51 20.97 70.27 -
YUV 112.07 189.48 200.7 -
System Red Green Blue C M Y K H S L
Decimal 214 39 221 0.03 0.82 0 0.13 297.69 0.73 0.51
Hex D6 27 DD 3 52 0 D 12A 49 33
Octal 326 47 335 3 122 0 15 452 111 63
Binary 11010110 100111 11011101 11 1010010 0 1101 100101010 1001001 110011

Color Harmonies of #D627DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D627DD

Black with #D627DD

Text Example


Text Example

White with #D627DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D627DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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