Html Css Color HEX #D622B9 Deep Magenta

📋 copy color: '#D622B9'

red 214 ◦ green 34 ◦ blue 185

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

Shades of Deep Magenta #D622B9

Tints of Deep Magenta #D622B9

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.85%

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 49.42%
G = 7.85%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D622B9 (or 0xD622B9) is known color: Deep Magenta. HEX triplet: D6, 22 and B9. RGB value is (214,34,185). Sum of RGB (Red+Green+Blue) = 214+34+185=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D622B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D622B9 is #29DD46. Grayscale: #686868. Windows color (decimal): -2743623 or 12133078. OLE color: 12133078.

HSL color Cylindrical-coordinate representation of color #D622B9: hue angle of 309.67º degrees, saturation: 0.73, 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 #D622B9 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 34 185 -
CMYK 0 0.84 0.14 0.16
HSL 309.67º 0.73% 0.49% -
HSV(B) 309.67º 0.84% 0.84% -
XYZ 37.06 18.94 47.6 -
YUV 105.03 173.13 205.72 -
System Red Green Blue C M Y K H S L
Decimal 214 34 185 0 0.84 0.14 0.16 309.67 0.73 0.49
Hex D6 22 B9 0 54 E 10 136 49 31
Octal 326 42 271 0 124 16 20 466 111 61
Binary 11010110 100010 10111001 0 1010100 1110 10000 100110110 1001001 110001

Color Harmonies of #D622B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D622B9

Black with #D622B9

Text Example


Text Example

White with #D622B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D622B9; }

 p { color: rgb(214,34,185); }

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

background-color css

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

 a { background-color: rgb(214,34,185); }

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

border-color css

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

 span { border-color: rgb(214,34,185); }

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