Html Css Color HEX #D551BB Fuchsia

📋 copy color: '#D551BB'

red 213 ◦ green 81 ◦ blue 187

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

Shades of Fuchsia #D551BB

Tints of Fuchsia #D551BB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.84%

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

R = 44.28%
G = 16.84%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D551BB (or 0xD551BB) is known color: Fuchsia. HEX triplet: D5, 51 and BB. RGB value is (213,81,187). Sum of RGB (Red+Green+Blue) = 213+81+187=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 81 (32.03% from 255 or 16.84% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D551BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D551BB is #2AAE44. Grayscale: #848484. Windows color (decimal): -2797125 or 12276181. OLE color: 12276181.

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

Color convert

RGB 213 81 187 -
CMYK 0 0.62 0.12 0.16
HSL 311.82º 0.61% 0.58% -
HSV(B) 311.82º 0.62% 0.84% -
XYZ 39.35 23.62 49.5 -
YUV 132.55 158.73 185.38 -
System Red Green Blue C M Y K H S L
Decimal 213 81 187 0 0.62 0.12 0.16 311.82 0.61 0.58
Hex D5 51 BB 0 3E C 10 138 3D 3A
Octal 325 121 273 0 76 14 20 470 75 72
Binary 11010101 1010001 10111011 0 111110 1100 10000 100111000 111101 111010

Color Harmonies of #D551BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D551BB

Black with #D551BB

Text Example


Text Example

White with #D551BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D551BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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