Html Css Color HEX #D223BB Deep Magenta

📋 copy color: '#D223BB'

red 210 ◦ green 35 ◦ blue 187

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

Shades of Deep Magenta #D223BB

Tints of Deep Magenta #D223BB

RGB

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

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

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

R = 48.61%
G = 8.1%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D223BB (or 0xD223BB) is known color: Deep Magenta. HEX triplet: D2, 23 and BB. RGB value is (210,35,187). Sum of RGB (Red+Green+Blue) = 210+35+187=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 35 (14.06% from 255 or 8.10% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D223BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D223BB is #2DDC44. Grayscale: #686868. Windows color (decimal): -3005509 or 12264402. OLE color: 12264402.

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

Color convert

RGB 210 35 187 -
CMYK 0 0.83 0.11 0.18
HSL 307.89º 0.71% 0.48% -
HSV(B) 307.89º 0.83% 0.82% -
XYZ 36.15 18.49 48.68 -
YUV 104.65 174.48 203.14 -
System Red Green Blue C M Y K H S L
Decimal 210 35 187 0 0.83 0.11 0.18 307.89 0.71 0.48
Hex D2 23 BB 0 53 B 12 134 47 30
Octal 322 43 273 0 123 13 22 464 107 60
Binary 11010010 100011 10111011 0 1010011 1011 10010 100110100 1000111 110000

Color Harmonies of #D223BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D223BB

Black with #D223BB

Text Example


Text Example

White with #D223BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D223BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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