Html Css Color HEX #D028B7 Deep Magenta

📋 copy color: '#D028B7'

red 208 ◦ green 40 ◦ blue 183

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

Shades of Deep Magenta #D028B7

Tints of Deep Magenta #D028B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.46%

R = 48.26%
G = 9.28%
B = 42.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D028B7 (or 0xD028B7) is known color: Deep Magenta. HEX triplet: D0, 28 and B7. RGB value is (208,40,183). Sum of RGB (Red+Green+Blue) = 208+40+183=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D028B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028B7 is #2FD748. Grayscale: #6A6A6A. Windows color (decimal): -3135305 or 12003536. OLE color: 12003536.

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

Color convert

RGB 208 40 183 -
CMYK 0 0.81 0.12 0.18
HSL 308.93º 0.68% 0.49% -
HSV(B) 308.93º 0.81% 0.82% -
XYZ 35.32 18.35 46.48 -
YUV 106.53 171.16 200.37 -
System Red Green Blue C M Y K H S L
Decimal 208 40 183 0 0.81 0.12 0.18 308.93 0.68 0.49
Hex D0 28 B7 0 51 C 12 135 44 31
Octal 320 50 267 0 121 14 22 465 104 61
Binary 11010000 101000 10110111 0 1010001 1100 10010 100110101 1000100 110001

Color Harmonies of #D028B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028B7

Black with #D028B7

Text Example


Text Example

White with #D028B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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