Html Css Color HEX #D213BB Deep Magenta

📋 copy color: '#D213BB'

red 210 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #D213BB

Tints of Deep Magenta #D213BB

RGB

 RED value IS 210 (82.42% from 255) = 50.48%

 GREEN value IS 19 (7.81% from 255) = 4.57%

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

R = 50.48%
G = 4.57%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D213BB (or 0xD213BB) is known color: Deep Magenta. HEX triplet: D2, 13 and BB. RGB value is (210,19,187). Sum of RGB (Red+Green+Blue) = 210+19+187=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D213BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D213BB is #2DEC44. Grayscale: #5E5E5E. Windows color (decimal): -3009605 or 12260306. OLE color: 12260306.

HSL color Cylindrical-coordinate representation of color #D213BB: hue angle of 307.23º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D213BB is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 19 187 -
CMYK 0 0.91 0.11 0.18
HSL 307.23º 0.83% 0.45% -
HSV(B) 307.23º 0.91% 0.82% -
XYZ 35.78 17.76 48.55 -
YUV 95.26 179.78 209.84 -
System Red Green Blue C M Y K H S L
Decimal 210 19 187 0 0.91 0.11 0.18 307.23 0.83 0.45
Hex D2 13 BB 0 5B B 12 133 53 2D
Octal 322 23 273 0 133 13 22 463 123 55
Binary 11010010 10011 10111011 0 1011011 1011 10010 100110011 1010011 101101

Color Harmonies of #D213BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D213BB

Black with #D213BB

Text Example


Text Example

White with #D213BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D213BB; }

 p { color: rgb(210,19,187); }

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

background-color css

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

 a { background-color: rgb(210,19,187); }

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

border-color css

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

 span { border-color: rgb(210,19,187); }

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