Html Css Color HEX #D028CA Deep Magenta

📋 copy color: '#D028CA'

red 208 ◦ green 40 ◦ blue 202

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

Shades of Deep Magenta #D028CA

Tints of Deep Magenta #D028CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 46.22%
G = 8.89%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D028CA (or 0xD028CA) is known color: Deep Magenta. HEX triplet: D0, 28 and CA. RGB value is (208,40,202). Sum of RGB (Red+Green+Blue) = 208+40+202=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 40 (16.02% from 255 or 8.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D028CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D028CA is #2FD735. Grayscale: #6C6C6C. Windows color (decimal): -3135286 or 13248720. OLE color: 13248720.

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

Color convert

RGB 208 40 202 -
CMYK 0 0.81 0.03 0.18
HSL 302.14º 0.68% 0.49% -
HSV(B) 302.14º 0.81% 0.82% -
XYZ 37.43 19.19 57.61 -
YUV 108.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 208 40 202 0 0.81 0.03 0.18 302.14 0.68 0.49
Hex D0 28 CA 0 51 3 12 12E 44 31
Octal 320 50 312 0 121 3 22 456 104 61
Binary 11010000 101000 11001010 0 1010001 11 10010 100101110 1000100 110001

Color Harmonies of #D028CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D028CA

Black with #D028CA

Text Example


Text Example

White with #D028CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D028CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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