Html Css Color HEX #D850BC Fuchsia

📋 copy color: '#D850BC'

red 216 ◦ green 80 ◦ blue 188

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

Shades of Fuchsia #D850BC

Tints of Fuchsia #D850BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.84%

R = 44.63%
G = 16.53%
B = 38.84%

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

#D850BC (or 0xD850BC) is known color: Fuchsia. HEX triplet: D8, 50 and BC. RGB value is (216,80,188). Sum of RGB (Red+Green+Blue) = 216+80+188=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D850BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850BC is #27AF43. Grayscale: #848484. Windows color (decimal): -2600772 or 12341464. OLE color: 12341464.

HSL color Cylindrical-coordinate representation of color #D850BC: hue angle of 312.35º 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 #D850BC is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 80 188 -
CMYK 0 0.63 0.13 0.15
HSL 312.35º 0.64% 0.58% -
HSV(B) 312.35º 0.63% 0.85% -
XYZ 40.26 23.97 50.08 -
YUV 132.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 216 80 188 0 0.63 0.13 0.15 312.35 0.64 0.58
Hex D8 50 BC 0 3F D F 138 40 3A
Octal 330 120 274 0 77 15 17 470 100 72
Binary 11011000 1010000 10111100 0 111111 1101 1111 100111000 1000000 111010

Color Harmonies of #D850BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850BC

Black with #D850BC

Text Example


Text Example

White with #D850BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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