Html Css Color HEX #D028C8 Deep Magenta

📋 copy color: '#D028C8'

red 208 ◦ green 40 ◦ blue 200

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

Shades of Deep Magenta #D028C8

Tints of Deep Magenta #D028C8

RGB

 RED value IS 208 (81.64% from 255) = 46.43%

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

 BLUE value IS 200 (78.52% from 255) = 44.64%

R = 46.43%
G = 8.93%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D028C8 (or 0xD028C8) is known color: Deep Magenta. HEX triplet: D0, 28 and C8. RGB value is (208,40,200). Sum of RGB (Red+Green+Blue) = 208+40+200=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 40 (16.02% from 255 or 8.93% from 448); Blue value is 200 (78.52% from 255 or 44.64% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D028C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028C8 is #2FD737. Grayscale: #6C6C6C. Windows color (decimal): -3135288 or 13117648. OLE color: 13117648.

HSL color Cylindrical-coordinate representation of color #D028C8: hue angle of 302.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D028C8 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 200 -
CMYK 0 0.81 0.04 0.18
HSL 302.86º 0.68% 0.49% -
HSV(B) 302.86º 0.81% 0.82% -
XYZ 37.2 19.1 56.37 -
YUV 108.47 179.66 198.99 -
System Red Green Blue C M Y K H S L
Decimal 208 40 200 0 0.81 0.04 0.18 302.86 0.68 0.49
Hex D0 28 C8 0 51 4 12 12F 44 31
Octal 320 50 310 0 121 4 22 457 104 61
Binary 11010000 101000 11001000 0 1010001 100 10010 100101111 1000100 110001

Color Harmonies of #D028C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028C8

Black with #D028C8

Text Example


Text Example

White with #D028C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028C8; }

 p { color: rgb(208,40,200); }

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

background-color css

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

 a { background-color: rgb(208,40,200); }

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

border-color css

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

 span { border-color: rgb(208,40,200); }

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