Html Css Color HEX #D850B1 Fuchsia

📋 copy color: '#D850B1'

red 216 ◦ green 80 ◦ blue 177

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

Shades of Fuchsia #D850B1

Tints of Fuchsia #D850B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 45.67%
G = 16.91%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D850B1 (or 0xD850B1) is known color: Fuchsia. HEX triplet: D8, 50 and B1. RGB value is (216,80,177). Sum of RGB (Red+Green+Blue) = 216+80+177=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D850B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D850B1 is #27AF4E. Grayscale: #838383. Windows color (decimal): -2600783 or 11620568. OLE color: 11620568.

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

Color convert

RGB 216 80 177 -
CMYK 0 0.63 0.18 0.15
HSL 317.21º 0.64% 0.58% -
HSV(B) 317.21º 0.63% 0.85% -
XYZ 39.12 23.51 44.07 -
YUV 131.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 216 80 177 0 0.63 0.18 0.15 317.21 0.64 0.58
Hex D8 50 B1 0 3F 12 F 13D 40 3A
Octal 330 120 261 0 77 22 17 475 100 72
Binary 11011000 1010000 10110001 0 111111 10010 1111 100111101 1000000 111010

Color Harmonies of #D850B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850B1

Black with #D850B1

Text Example


Text Example

White with #D850B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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