Html Css Color HEX #D21FBE Deep Magenta

📋 copy color: '#D21FBE'

red 210 ◦ green 31 ◦ blue 190

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

Shades of Deep Magenta #D21FBE

Tints of Deep Magenta #D21FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.19%

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 48.72%
G = 7.19%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D21FBE (or 0xD21FBE) is known color: Deep Magenta. HEX triplet: D2, 1F and BE. RGB value is (210,31,190). Sum of RGB (Red+Green+Blue) = 210+31+190=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 31 (12.5% from 255 or 7.19% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FBE is #2DE041. Grayscale: #666666. Windows color (decimal): -3006530 or 12459986. OLE color: 12459986.

HSL color Cylindrical-coordinate representation of color #D21FBE: hue angle of 306.7º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21FBE is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 31 190 -
CMYK 0 0.85 0.10 0.18
HSL 306.7º 0.74% 0.47% -
HSV(B) 306.7º 0.85% 0.82% -
XYZ 36.36 18.4 50.35 -
YUV 102.65 177.3 204.57 -
System Red Green Blue C M Y K H S L
Decimal 210 31 190 0 0.85 0.10 0.18 306.7 0.74 0.47
Hex D2 1F BE 0 55 A 12 133 4A 2F
Octal 322 37 276 0 125 12 22 463 112 57
Binary 11010010 11111 10111110 0 1010101 1010 10010 100110011 1001010 101111

Color Harmonies of #D21FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21FBE

Black with #D21FBE

Text Example


Text Example

White with #D21FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21FBE; }

 p { color: rgb(210,31,190); }

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

background-color css

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

 a { background-color: rgb(210,31,190); }

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

border-color css

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

 span { border-color: rgb(210,31,190); }

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