Html Css Color HEX #D028CD Deep Magenta

📋 copy color: '#D028CD'

red 208 ◦ green 40 ◦ blue 205

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

Shades of Deep Magenta #D028CD

Tints of Deep Magenta #D028CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 45.92%
G = 8.83%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D028CD (or 0xD028CD) is known color: Deep Magenta. HEX triplet: D0, 28 and CD. RGB value is (208,40,205). Sum of RGB (Red+Green+Blue) = 208+40+205=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D028CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028CD is #2FD732. Grayscale: #6C6C6C. Windows color (decimal): -3135283 or 13445328. OLE color: 13445328.

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

Color convert

RGB 208 40 205 -
CMYK 0 0.81 0.01 0.18
HSL 301.07º 0.68% 0.49% -
HSV(B) 301.07º 0.81% 0.82% -
XYZ 37.79 19.34 59.5 -
YUV 109.04 182.16 198.58 -
System Red Green Blue C M Y K H S L
Decimal 208 40 205 0 0.81 0.01 0.18 301.07 0.68 0.49
Hex D0 28 CD 0 51 1 12 12D 44 31
Octal 320 50 315 0 121 1 22 455 104 61
Binary 11010000 101000 11001101 0 1010001 1 10010 100101101 1000100 110001

Color Harmonies of #D028CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028CD

Black with #D028CD

Text Example


Text Example

White with #D028CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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