Html Css Color HEX #D85CB9 Fuchsia

📋 copy color: '#D85CB9'

red 216 ◦ green 92 ◦ blue 185

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

Shades of Fuchsia #D85CB9

Tints of Fuchsia #D85CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 43.81%
G = 18.66%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D85CB9 (or 0xD85CB9) is known color: Fuchsia. HEX triplet: D8, 5C and B9. RGB value is (216,92,185). Sum of RGB (Red+Green+Blue) = 216+92+185=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CB9 is #27A346. Grayscale: #8B8B8B. Windows color (decimal): -2597703 or 12147928. OLE color: 12147928.

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

Color convert

RGB 216 92 185 -
CMYK 0 0.57 0.14 0.15
HSL 315º 0.61% 0.6% -
HSV(B) 315º 0.57% 0.85% -
XYZ 40.9 25.76 48.71 -
YUV 139.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 216 92 185 0 0.57 0.14 0.15 315 0.61 0.6
Hex D8 5C B9 0 39 E F 13B 3D 3C
Octal 330 134 271 0 71 16 17 473 75 74
Binary 11011000 1011100 10111001 0 111001 1110 1111 100111011 111101 111100

Color Harmonies of #D85CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85CB9

Black with #D85CB9

Text Example


Text Example

White with #D85CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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