Html Css Color HEX #D850B7 Fuchsia

📋 copy color: '#D850B7'

red 216 ◦ green 80 ◦ blue 183

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

Shades of Fuchsia #D850B7

Tints of Fuchsia #D850B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.2%

R = 45.09%
G = 16.7%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D850B7 (or 0xD850B7) is known color: Fuchsia. HEX triplet: D8, 50 and B7. RGB value is (216,80,183). Sum of RGB (Red+Green+Blue) = 216+80+183=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 80 (31.64% from 255 or 16.70% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D850B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D850B7 is #27AF48. Grayscale: #848484. Windows color (decimal): -2600777 or 12013784. OLE color: 12013784.

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

Color convert

RGB 216 80 183 -
CMYK 0 0.63 0.15 0.15
HSL 314.56º 0.64% 0.58% -
HSV(B) 314.56º 0.63% 0.85% -
XYZ 39.73 23.76 47.29 -
YUV 132.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 216 80 183 0 0.63 0.15 0.15 314.56 0.64 0.58
Hex D8 50 B7 0 3F F F 13B 40 3A
Octal 330 120 267 0 77 17 17 473 100 72
Binary 11011000 1010000 10110111 0 111111 1111 1111 100111011 1000000 111010

Color Harmonies of #D850B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D850B7

Black with #D850B7

Text Example


Text Example

White with #D850B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D850B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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