Html Css Color HEX #D028B4 Deep Magenta

📋 copy color: '#D028B4'

red 208 ◦ green 40 ◦ blue 180

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

Shades of Deep Magenta #D028B4

Tints of Deep Magenta #D028B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.06%

R = 48.6%
G = 9.35%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D028B4 (or 0xD028B4) is known color: Deep Magenta. HEX triplet: D0, 28 and B4. RGB value is (208,40,180). Sum of RGB (Red+Green+Blue) = 208+40+180=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D028B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028B4 is #2FD74B. Grayscale: #696969. Windows color (decimal): -3135308 or 11806928. OLE color: 11806928.

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

Color convert

RGB 208 40 180 -
CMYK 0 0.81 0.13 0.18
HSL 310º 0.68% 0.49% -
HSV(B) 310º 0.81% 0.82% -
XYZ 35.01 18.22 44.85 -
YUV 106.19 169.66 200.62 -
System Red Green Blue C M Y K H S L
Decimal 208 40 180 0 0.81 0.13 0.18 310 0.68 0.49
Hex D0 28 B4 0 51 D 12 136 44 31
Octal 320 50 264 0 121 15 22 466 104 61
Binary 11010000 101000 10110100 0 1010001 1101 10010 100110110 1000100 110001

Color Harmonies of #D028B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028B4

Black with #D028B4

Text Example


Text Example

White with #D028B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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