Html Css Color HEX #D221B7 Deep Magenta

📋 copy color: '#D221B7'

red 210 ◦ green 33 ◦ blue 183

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

Shades of Deep Magenta #D221B7

Tints of Deep Magenta #D221B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.96%

R = 49.3%
G = 7.75%
B = 42.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D221B7 (or 0xD221B7) is known color: Deep Magenta. HEX triplet: D2, 21 and B7. RGB value is (210,33,183). Sum of RGB (Red+Green+Blue) = 210+33+183=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 183 (71.88% from 255 or 42.96% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D221B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D221B7 is #2DDE48. Grayscale: #666666. Windows color (decimal): -3006025 or 12001746. OLE color: 12001746.

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

Color convert

RGB 210 33 183 -
CMYK 0 0.84 0.13 0.18
HSL 309.15º 0.73% 0.48% -
HSV(B) 309.15º 0.84% 0.82% -
XYZ 35.67 18.21 46.43 -
YUV 103.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 210 33 183 0 0.84 0.13 0.18 309.15 0.73 0.48
Hex D2 21 B7 0 54 D 12 135 49 30
Octal 322 41 267 0 124 15 22 465 111 60
Binary 11010010 100001 10110111 0 1010100 1101 10010 100110101 1001001 110000

Color Harmonies of #D221B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D221B7

Black with #D221B7

Text Example


Text Example

White with #D221B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D221B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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