Html Css Color HEX #D628CE Deep Magenta

📋 copy color: '#D628CE'

red 214 ◦ green 40 ◦ blue 206

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

Shades of Deep Magenta #D628CE

Tints of Deep Magenta #D628CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.7%

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 46.52%
G = 8.7%
B = 44.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D628CE (or 0xD628CE) is known color: Deep Magenta. HEX triplet: D6, 28 and CE. RGB value is (214,40,206). Sum of RGB (Red+Green+Blue) = 214+40+206=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 40 (16.02% from 255 or 8.70% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D628CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628CE is #29D731. Grayscale: #6E6E6E. Windows color (decimal): -2742066 or 13510870. OLE color: 13510870.

HSL color Cylindrical-coordinate representation of color #D628CE: hue angle of 302.76º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D628CE is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 40 206 -
CMYK 0 0.81 0.04 0.16
HSL 302.76º 0.69% 0.5% -
HSV(B) 302.76º 0.81% 0.84% -
XYZ 39.63 20.27 60.22 -
YUV 110.95 181.65 201.5 -
System Red Green Blue C M Y K H S L
Decimal 214 40 206 0 0.81 0.04 0.16 302.76 0.69 0.5
Hex D6 28 CE 0 51 4 10 12F 45 32
Octal 326 50 316 0 121 4 20 457 105 62
Binary 11010110 101000 11001110 0 1010001 100 10000 100101111 1000101 110010

Color Harmonies of #D628CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628CE

Black with #D628CE

Text Example


Text Example

White with #D628CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628CE; }

 p { color: rgb(214,40,206); }

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

background-color css

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

 a { background-color: rgb(214,40,206); }

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

border-color css

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

 span { border-color: rgb(214,40,206); }

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