Html Css Color HEX #D626BB Deep Magenta

📋 copy color: '#D626BB'

red 214 ◦ green 38 ◦ blue 187

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

Shades of Deep Magenta #D626BB

Tints of Deep Magenta #D626BB

RGB

 RED value IS 214 (83.98% from 255) = 48.75%

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

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

R = 48.75%
G = 8.66%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D626BB (or 0xD626BB) is known color: Deep Magenta. HEX triplet: D6, 26 and BB. RGB value is (214,38,187). Sum of RGB (Red+Green+Blue) = 214+38+187=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 38 (15.23% from 255 or 8.66% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D626BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D626BB is #29D944. Grayscale: #6B6B6B. Windows color (decimal): -2742597 or 12265174. OLE color: 12265174.

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

Color convert

RGB 214 38 187 -
CMYK 0 0.82 0.13 0.16
HSL 309.2º 0.7% 0.49% -
HSV(B) 309.2º 0.82% 0.84% -
XYZ 37.39 19.27 48.76 -
YUV 107.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 214 38 187 0 0.82 0.13 0.16 309.2 0.7 0.49
Hex D6 26 BB 0 52 D 10 135 46 31
Octal 326 46 273 0 122 15 20 465 106 61
Binary 11010110 100110 10111011 0 1010010 1101 10000 100110101 1000110 110001

Color Harmonies of #D626BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D626BB

Black with #D626BB

Text Example


Text Example

White with #D626BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D626BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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