Html Css Color HEX #D550BB Fuchsia

📋 copy color: '#D550BB'

red 213 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #D550BB

Tints of Fuchsia #D550BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.67%

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

R = 44.38%
G = 16.67%
B = 38.96%

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

#D550BB (or 0xD550BB) is known color: Fuchsia. HEX triplet: D5, 50 and BB. RGB value is (213,80,187). Sum of RGB (Red+Green+Blue) = 213+80+187=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D550BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D550BB is #2AAF44. Grayscale: #838383. Windows color (decimal): -2797381 or 12275925. OLE color: 12275925.

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

Color convert

RGB 213 80 187 -
CMYK 0 0.62 0.12 0.16
HSL 311.73º 0.61% 0.57% -
HSV(B) 311.73º 0.62% 0.84% -
XYZ 39.28 23.47 49.47 -
YUV 131.97 159.06 185.8 -
System Red Green Blue C M Y K H S L
Decimal 213 80 187 0 0.62 0.12 0.16 311.73 0.61 0.57
Hex D5 50 BB 0 3E C 10 138 3D 39
Octal 325 120 273 0 76 14 20 470 75 71
Binary 11010101 1010000 10111011 0 111110 1100 10000 100111000 111101 111001

Color Harmonies of #D550BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D550BB

Black with #D550BB

Text Example


Text Example

White with #D550BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D550BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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