Html Css Color HEX #D426BB Deep Magenta

📋 copy color: '#D426BB'

red 212 ◦ green 38 ◦ blue 187

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

Shades of Deep Magenta #D426BB

Tints of Deep Magenta #D426BB

RGB

 RED value IS 212 (83.2% from 255) = 48.51%

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

 BLUE value IS 187 (73.44% from 255) = 42.79%

R = 48.51%
G = 8.7%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D426BB (or 0xD426BB) is known color: Deep Magenta. HEX triplet: D4, 26 and BB. RGB value is (212,38,187). Sum of RGB (Red+Green+Blue) = 212+38+187=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 38 (15.23% from 255 or 8.70% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D426BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D426BB is #2BD944. Grayscale: #6A6A6A. Windows color (decimal): -2873669 or 12265172. OLE color: 12265172.

HSL color Cylindrical-coordinate representation of color #D426BB: hue angle of 308.62º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D426BB is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 38 187 -
CMYK 0 0.82 0.12 0.17
HSL 308.62º 0.7% 0.49% -
HSV(B) 308.62º 0.82% 0.83% -
XYZ 36.81 18.97 48.74 -
YUV 107.01 173.15 202.88 -
System Red Green Blue C M Y K H S L
Decimal 212 38 187 0 0.82 0.12 0.17 308.62 0.7 0.49
Hex D4 26 BB 0 52 C 11 135 46 31
Octal 324 46 273 0 122 14 21 465 106 61
Binary 11010100 100110 10111011 0 1010010 1100 10001 100110101 1000110 110001

Color Harmonies of #D426BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D426BB

Black with #D426BB

Text Example


Text Example

White with #D426BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D426BB; }

 p { color: rgb(212,38,187); }

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

background-color css

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

 a { background-color: rgb(212,38,187); }

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

border-color css

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

 span { border-color: rgb(212,38,187); }

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