Html Css Color HEX #D533BB Fuchsia

📋 copy color: '#D533BB'

red 213 ◦ green 51 ◦ blue 187

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

Shades of Fuchsia #D533BB

Tints of Fuchsia #D533BB

RGB

 RED value IS 213 (83.59% from 255) = 47.23%

 GREEN value IS 51 (20.31% from 255) = 11.31%

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

R = 47.23%
G = 11.31%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D533BB (or 0xD533BB) is known color: Fuchsia. HEX triplet: D5, 33 and BB. RGB value is (213,51,187). Sum of RGB (Red+Green+Blue) = 213+51+187=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 51 (20.31% from 255 or 11.31% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D533BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D533BB is #2ACC44. Grayscale: #727272. Windows color (decimal): -2804805 or 12268501. OLE color: 12268501.

HSL color Cylindrical-coordinate representation of color #D533BB: hue angle of 309.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D533BB is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 51 187 -
CMYK 0 0.76 0.12 0.16
HSL 309.63º 0.66% 0.52% -
HSV(B) 309.63º 0.76% 0.84% -
XYZ 37.59 20.1 48.91 -
YUV 114.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 213 51 187 0 0.76 0.12 0.16 309.63 0.66 0.52
Hex D5 33 BB 0 4C C 10 136 42 34
Octal 325 63 273 0 114 14 20 466 102 64
Binary 11010101 110011 10111011 0 1001100 1100 10000 100110110 1000010 110100

Color Harmonies of #D533BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D533BB

Black with #D533BB

Text Example


Text Example

White with #D533BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D533BB; }

 p { color: rgb(213,51,187); }

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

background-color css

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

 a { background-color: rgb(213,51,187); }

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

border-color css

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

 span { border-color: rgb(213,51,187); }

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