Html Css Color HEX #D85FB2 Fuchsia

📋 copy color: '#D85FB2'

red 216 ◦ green 95 ◦ blue 178

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

Shades of Fuchsia #D85FB2

Tints of Fuchsia #D85FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.43%

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 44.17%
G = 19.43%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D85FB2 (or 0xD85FB2) is known color: Fuchsia. HEX triplet: D8, 5F and B2. RGB value is (216,95,178). Sum of RGB (Red+Green+Blue) = 216+95+178=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85FB2 is #27A04D. Grayscale: #8C8C8C. Windows color (decimal): -2596942 or 11689944. OLE color: 11689944.

HSL color Cylindrical-coordinate representation of color #D85FB2: hue angle of 318.84º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85FB2 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 95 178 -
CMYK 0 0.56 0.18 0.15
HSL 318.84º 0.61% 0.61% -
HSV(B) 318.84º 0.56% 0.85% -
XYZ 40.45 26 45.01 -
YUV 140.64 149.09 181.75 -
System Red Green Blue C M Y K H S L
Decimal 216 95 178 0 0.56 0.18 0.15 318.84 0.61 0.61
Hex D8 5F B2 0 38 12 F 13F 3D 3D
Octal 330 137 262 0 70 22 17 477 75 75
Binary 11011000 1011111 10110010 0 111000 10010 1111 100111111 111101 111101

Color Harmonies of #D85FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85FB2

Black with #D85FB2

Text Example


Text Example

White with #D85FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85FB2; }

 p { color: rgb(216,95,178); }

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

background-color css

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

 a { background-color: rgb(216,95,178); }

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

border-color css

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

 span { border-color: rgb(216,95,178); }

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