Html Css Color HEX #D028CB Deep Magenta

📋 copy color: '#D028CB'

red 208 ◦ green 40 ◦ blue 203

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

Shades of Deep Magenta #D028CB

Tints of Deep Magenta #D028CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.01%

R = 46.12%
G = 8.87%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D028CB (or 0xD028CB) is known color: Deep Magenta. HEX triplet: D0, 28 and CB. RGB value is (208,40,203). Sum of RGB (Red+Green+Blue) = 208+40+203=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 40 (16.02% from 255 or 8.87% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D028CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028CB is #2FD734. Grayscale: #6C6C6C. Windows color (decimal): -3135285 or 13314256. OLE color: 13314256.

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

Color convert

RGB 208 40 203 -
CMYK 0 0.81 0.02 0.18
HSL 301.79º 0.68% 0.49% -
HSV(B) 301.79º 0.81% 0.82% -
XYZ 37.55 19.24 58.23 -
YUV 108.81 181.16 198.75 -
System Red Green Blue C M Y K H S L
Decimal 208 40 203 0 0.81 0.02 0.18 301.79 0.68 0.49
Hex D0 28 CB 0 51 2 12 12E 44 31
Octal 320 50 313 0 121 2 22 456 104 61
Binary 11010000 101000 11001011 0 1010001 10 10010 100101110 1000100 110001

Color Harmonies of #D028CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028CB

Black with #D028CB

Text Example


Text Example

White with #D028CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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