Html Css Color HEX #D20BBB Deep Magenta

📋 copy color: '#D20BBB'

red 210 ◦ green 11 ◦ blue 187

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

Shades of Deep Magenta #D20BBB

Tints of Deep Magenta #D20BBB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.7%

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

R = 51.47%
G = 2.7%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D20BBB (or 0xD20BBB) is known color: Deep Magenta. HEX triplet: D2, 0B and BB. RGB value is (210,11,187). Sum of RGB (Red+Green+Blue) = 210+11+187=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 11 (4.69% from 255 or 2.70% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D20BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20BBB is #2DF444. Grayscale: #5A5A5A. Windows color (decimal): -3011653 or 12258258. OLE color: 12258258.

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

Color convert

RGB 210 11 187 -
CMYK 0 0.95 0.11 0.18
HSL 306.93º 0.9% 0.43% -
HSV(B) 306.93º 0.95% 0.82% -
XYZ 35.67 17.53 48.52 -
YUV 90.57 182.43 213.19 -
System Red Green Blue C M Y K H S L
Decimal 210 11 187 0 0.95 0.11 0.18 306.93 0.9 0.43
Hex D2 B BB 0 5F B 12 133 5A 2B
Octal 322 13 273 0 137 13 22 463 132 53
Binary 11010010 1011 10111011 0 1011111 1011 10010 100110011 1011010 101011

Color Harmonies of #D20BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20BBB

Black with #D20BBB

Text Example


Text Example

White with #D20BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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