Html Css Color HEX #D85BBA Fuchsia

📋 copy color: '#D85BBA'

red 216 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #D85BBA

Tints of Fuchsia #D85BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.46%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 43.81%
G = 18.46%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D85BBA (or 0xD85BBA) is known color: Fuchsia. HEX triplet: D8, 5B and BA. RGB value is (216,91,186). Sum of RGB (Red+Green+Blue) = 216+91+186=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 91 (35.94% from 255 or 18.46% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85BBA is #27A445. Grayscale: #8A8A8A. Windows color (decimal): -2597958 or 12213208. OLE color: 12213208.

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

Color convert

RGB 216 91 186 -
CMYK 0 0.58 0.14 0.15
HSL 314.4º 0.62% 0.6% -
HSV(B) 314.4º 0.58% 0.85% -
XYZ 40.92 25.63 49.24 -
YUV 139.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 216 91 186 0 0.58 0.14 0.15 314.4 0.62 0.6
Hex D8 5B BA 0 3A E F 13A 3E 3C
Octal 330 133 272 0 72 16 17 472 76 74
Binary 11011000 1011011 10111010 0 111010 1110 1111 100111010 111110 111100

Color Harmonies of #D85BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85BBA

Black with #D85BBA

Text Example


Text Example

White with #D85BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85BBA; }

 p { color: rgb(216,91,186); }

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

background-color css

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

 a { background-color: rgb(216,91,186); }

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

border-color css

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

 span { border-color: rgb(216,91,186); }

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