Html Css Color HEX #D628CC Deep Magenta

📋 copy color: '#D628CC'

red 214 ◦ green 40 ◦ blue 204

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

Shades of Deep Magenta #D628CC

Tints of Deep Magenta #D628CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 46.72%
G = 8.73%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D628CC (or 0xD628CC) is known color: Deep Magenta. HEX triplet: D6, 28 and CC. RGB value is (214,40,204). Sum of RGB (Red+Green+Blue) = 214+40+204=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D628CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D628CC is #29D733. Grayscale: #6E6E6E. Windows color (decimal): -2742068 or 13379798. OLE color: 13379798.

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

Color convert

RGB 214 40 204 -
CMYK 0 0.81 0.05 0.16
HSL 303.45º 0.69% 0.5% -
HSV(B) 303.45º 0.81% 0.84% -
XYZ 39.39 20.17 58.94 -
YUV 110.72 180.65 201.66 -
System Red Green Blue C M Y K H S L
Decimal 214 40 204 0 0.81 0.05 0.16 303.45 0.69 0.5
Hex D6 28 CC 0 51 5 10 12F 45 32
Octal 326 50 314 0 121 5 20 457 105 62
Binary 11010110 101000 11001100 0 1010001 101 10000 100101111 1000101 110010

Color Harmonies of #D628CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D628CC

Black with #D628CC

Text Example


Text Example

White with #D628CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D628CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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