Html Css Color HEX #D85CB8 Fuchsia

📋 copy color: '#D85CB8'

red 216 ◦ green 92 ◦ blue 184

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

Shades of Fuchsia #D85CB8

Tints of Fuchsia #D85CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 37.4%

R = 43.9%
G = 18.7%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D85CB8 (or 0xD85CB8) is known color: Fuchsia. HEX triplet: D8, 5C and B8. RGB value is (216,92,184). Sum of RGB (Red+Green+Blue) = 216+92+184=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 92 (36.33% from 255 or 18.70% from 492); Blue value is 184 (72.27% from 255 or 37.40% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CB8 is #27A347. Grayscale: #8B8B8B. Windows color (decimal): -2597704 or 12082392. OLE color: 12082392.

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

Color convert

RGB 216 92 184 -
CMYK 0 0.57 0.15 0.15
HSL 315.48º 0.61% 0.6% -
HSV(B) 315.48º 0.57% 0.85% -
XYZ 40.8 25.71 48.16 -
YUV 139.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 216 92 184 0 0.57 0.15 0.15 315.48 0.61 0.6
Hex D8 5C B8 0 39 F F 13B 3D 3C
Octal 330 134 270 0 71 17 17 473 75 74
Binary 11011000 1011100 10111000 0 111001 1111 1111 100111011 111101 111100

Color Harmonies of #D85CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85CB8

Black with #D85CB8

Text Example


Text Example

White with #D85CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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