Html Css Color HEX #D221BB Deep Magenta

📋 copy color: '#D221BB'

red 210 ◦ green 33 ◦ blue 187

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

Shades of Deep Magenta #D221BB

Tints of Deep Magenta #D221BB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.67%

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

R = 48.84%
G = 7.67%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D221BB (or 0xD221BB) is known color: Deep Magenta. HEX triplet: D2, 21 and BB. RGB value is (210,33,187). Sum of RGB (Red+Green+Blue) = 210+33+187=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 33 (13.28% from 255 or 7.67% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D221BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221BB is #2DDE44. Grayscale: #676767. Windows color (decimal): -3006021 or 12263890. OLE color: 12263890.

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

Color convert

RGB 210 33 187 -
CMYK 0 0.84 0.11 0.18
HSL 307.8º 0.73% 0.48% -
HSV(B) 307.8º 0.84% 0.82% -
XYZ 36.09 18.38 48.66 -
YUV 103.48 175.14 203.98 -
System Red Green Blue C M Y K H S L
Decimal 210 33 187 0 0.84 0.11 0.18 307.8 0.73 0.48
Hex D2 21 BB 0 54 B 12 134 49 30
Octal 322 41 273 0 124 13 22 464 111 60
Binary 11010010 100001 10111011 0 1010100 1011 10010 100110100 1001001 110000

Color Harmonies of #D221BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221BB

Black with #D221BB

Text Example


Text Example

White with #D221BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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