Html Css Color HEX #D026B2 Deep Magenta

📋 copy color: '#D026B2'

red 208 ◦ green 38 ◦ blue 178

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

Shades of Deep Magenta #D026B2

Tints of Deep Magenta #D026B2

RGB

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

 GREEN value IS 38 (15.23% from 255) = 8.96%

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 49.06%
G = 8.96%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D026B2 (or 0xD026B2) is known color: Deep Magenta. HEX triplet: D0, 26 and B2. RGB value is (208,38,178). Sum of RGB (Red+Green+Blue) = 208+38+178=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 38 (15.23% from 255 or 8.96% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D026B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D026B2 is #2FD94D. Grayscale: #686868. Windows color (decimal): -3135822 or 11675344. OLE color: 11675344.

HSL color Cylindrical-coordinate representation of color #D026B2: hue angle of 310.59º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D026B2 is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 38 178 -
CMYK 0 0.82 0.14 0.18
HSL 310.59º 0.69% 0.48% -
HSV(B) 310.59º 0.82% 0.82% -
XYZ 34.74 18.01 43.76 -
YUV 104.79 169.32 201.62 -
System Red Green Blue C M Y K H S L
Decimal 208 38 178 0 0.82 0.14 0.18 310.59 0.69 0.48
Hex D0 26 B2 0 52 E 12 137 45 30
Octal 320 46 262 0 122 16 22 467 105 60
Binary 11010000 100110 10110010 0 1010010 1110 10010 100110111 1000101 110000

Color Harmonies of #D026B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D026B2

Black with #D026B2

Text Example


Text Example

White with #D026B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D026B2; }

 p { color: rgb(208,38,178); }

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

background-color css

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

 a { background-color: rgb(208,38,178); }

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

border-color css

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

 span { border-color: rgb(208,38,178); }

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