Html Css Color HEX #D20FBB Deep Magenta

📋 copy color: '#D20FBB'

red 210 ◦ green 15 ◦ blue 187

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

Shades of Deep Magenta #D20FBB

Tints of Deep Magenta #D20FBB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.64%

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

R = 50.97%
G = 3.64%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D20FBB (or 0xD20FBB) is known color: Deep Magenta. HEX triplet: D2, 0F and BB. RGB value is (210,15,187). Sum of RGB (Red+Green+Blue) = 210+15+187=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D20FBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20FBB is #2DF044. Grayscale: #5C5C5C. Windows color (decimal): -3010629 or 12259282. OLE color: 12259282.

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

Color convert

RGB 210 15 187 -
CMYK 0 0.93 0.11 0.18
HSL 307.08º 0.87% 0.44% -
HSV(B) 307.08º 0.93% 0.82% -
XYZ 35.72 17.63 48.53 -
YUV 92.91 181.1 211.51 -
System Red Green Blue C M Y K H S L
Decimal 210 15 187 0 0.93 0.11 0.18 307.08 0.87 0.44
Hex D2 F BB 0 5D B 12 133 57 2C
Octal 322 17 273 0 135 13 22 463 127 54
Binary 11010010 1111 10111011 0 1011101 1011 10010 100110011 1010111 101100

Color Harmonies of #D20FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20FBB

Black with #D20FBB

Text Example


Text Example

White with #D20FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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