Html Css Color HEX #D623BB Deep Magenta

📋 copy color: '#D623BB'

red 214 ◦ green 35 ◦ blue 187

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

Shades of Deep Magenta #D623BB

Tints of Deep Magenta #D623BB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.03%

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

R = 49.08%
G = 8.03%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D623BB (or 0xD623BB) is known color: Deep Magenta. HEX triplet: D6, 23 and BB. RGB value is (214,35,187). Sum of RGB (Red+Green+Blue) = 214+35+187=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 35 (14.06% from 255 or 8.03% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D623BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D623BB is #29DC44. Grayscale: #696969. Windows color (decimal): -2743365 or 12264406. OLE color: 12264406.

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

Color convert

RGB 214 35 187 -
CMYK 0 0.84 0.13 0.16
HSL 309.05º 0.72% 0.49% -
HSV(B) 309.05º 0.84% 0.84% -
XYZ 37.3 19.09 48.73 -
YUV 105.85 173.8 205.14 -
System Red Green Blue C M Y K H S L
Decimal 214 35 187 0 0.84 0.13 0.16 309.05 0.72 0.49
Hex D6 23 BB 0 54 D 10 135 48 31
Octal 326 43 273 0 124 15 20 465 110 61
Binary 11010110 100011 10111011 0 1010100 1101 10000 100110101 1001000 110001

Color Harmonies of #D623BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D623BB

Black with #D623BB

Text Example


Text Example

White with #D623BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D623BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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