Html Css Color HEX #D224BB Deep Magenta

📋 copy color: '#D224BB'

red 210 ◦ green 36 ◦ blue 187

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

Shades of Deep Magenta #D224BB

Tints of Deep Magenta #D224BB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.31%

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

R = 48.5%
G = 8.31%
B = 43.19%

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

#D224BB (or 0xD224BB) is known color: Deep Magenta. HEX triplet: D2, 24 and BB. RGB value is (210,36,187). Sum of RGB (Red+Green+Blue) = 210+36+187=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D224BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D224BB is #2DDB44. Grayscale: #686868. Windows color (decimal): -3005253 or 12264658. OLE color: 12264658.

HSL color Cylindrical-coordinate representation of color #D224BB: hue angle of 307.93º 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 #D224BB is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 36 187 -
CMYK 0 0.83 0.11 0.18
HSL 307.93º 0.71% 0.48% -
HSV(B) 307.93º 0.83% 0.82% -
XYZ 36.18 18.55 48.69 -
YUV 105.24 174.15 202.72 -
System Red Green Blue C M Y K H S L
Decimal 210 36 187 0 0.83 0.11 0.18 307.93 0.71 0.48
Hex D2 24 BB 0 53 B 12 134 47 30
Octal 322 44 273 0 123 13 22 464 107 60
Binary 11010010 100100 10111011 0 1010011 1011 10010 100110100 1000111 110000

Color Harmonies of #D224BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D224BB

Black with #D224BB

Text Example


Text Example

White with #D224BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D224BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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