Html Css Color HEX #D85CB1 Fuchsia

📋 copy color: '#D85CB1'

red 216 ◦ green 92 ◦ blue 177

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

Shades of Fuchsia #D85CB1

Tints of Fuchsia #D85CB1

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

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

R = 44.54%
G = 18.97%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D85CB1 (or 0xD85CB1) is known color: Fuchsia. HEX triplet: D8, 5C and B1. RGB value is (216,92,177). Sum of RGB (Red+Green+Blue) = 216+92+177=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85CB1 is #27A34E. Grayscale: #8A8A8A. Windows color (decimal): -2597711 or 11623640. OLE color: 11623640.

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

Color convert

RGB 216 92 177 -
CMYK 0 0.57 0.18 0.15
HSL 318.87º 0.61% 0.6% -
HSV(B) 318.87º 0.57% 0.85% -
XYZ 40.08 25.43 44.39 -
YUV 138.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 216 92 177 0 0.57 0.18 0.15 318.87 0.61 0.6
Hex D8 5C B1 0 39 12 F 13F 3D 3C
Octal 330 134 261 0 71 22 17 477 75 74
Binary 11011000 1011100 10110001 0 111001 10010 1111 100111111 111101 111100

Color Harmonies of #D85CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85CB1

Black with #D85CB1

Text Example


Text Example

White with #D85CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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