Html Css Color HEX #D850BB Fuchsia

📋 copy color: '#D850BB'

red 216 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #D850BB

Tints of Fuchsia #D850BB

RGB

 RED value IS 216 (84.77% from 255) = 44.72%

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

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

R = 44.72%
G = 16.56%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D850BB (or 0xD850BB) is known color: Fuchsia. HEX triplet: D8, 50 and BB. RGB value is (216,80,187). Sum of RGB (Red+Green+Blue) = 216+80+187=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D850BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850BB is #27AF44. Grayscale: #848484. Windows color (decimal): -2600773 or 12275928. OLE color: 12275928.

HSL color Cylindrical-coordinate representation of color #D850BB: hue angle of 312.79º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D850BB is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 187 -
CMYK 0 0.63 0.13 0.15
HSL 312.79º 0.64% 0.58% -
HSV(B) 312.79º 0.63% 0.85% -
XYZ 40.16 23.92 49.52 -
YUV 132.86 158.56 187.3 -
System Red Green Blue C M Y K H S L
Decimal 216 80 187 0 0.63 0.13 0.15 312.79 0.64 0.58
Hex D8 50 BB 0 3F D F 139 40 3A
Octal 330 120 273 0 77 15 17 471 100 72
Binary 11011000 1010000 10111011 0 111111 1101 1111 100111001 1000000 111010

Color Harmonies of #D850BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850BB

Black with #D850BB

Text Example


Text Example

White with #D850BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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