Html Css Color HEX #D85CBA Fuchsia

📋 copy color: '#D85CBA'

red 216 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #D85CBA

Tints of Fuchsia #D85CBA

RGB

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

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

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

R = 43.72%
G = 18.62%
B = 37.65%

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

#D85CBA (or 0xD85CBA) is known color: Fuchsia. HEX triplet: D8, 5C and BA. RGB value is (216,92,186). Sum of RGB (Red+Green+Blue) = 216+92+186=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 92 (36.33% from 255 or 18.62% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D85CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85CBA is #27A345. Grayscale: #8B8B8B. Windows color (decimal): -2597702 or 12213464. OLE color: 12213464.

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

Color convert

RGB 216 92 186 -
CMYK 0 0.57 0.14 0.15
HSL 314.52º 0.61% 0.6% -
HSV(B) 314.52º 0.57% 0.85% -
XYZ 41.01 25.8 49.27 -
YUV 139.79 154.08 182.36 -
System Red Green Blue C M Y K H S L
Decimal 216 92 186 0 0.57 0.14 0.15 314.52 0.61 0.6
Hex D8 5C BA 0 39 E F 13B 3D 3C
Octal 330 134 272 0 71 16 17 473 75 74
Binary 11011000 1011100 10111010 0 111001 1110 1111 100111011 111101 111100

Color Harmonies of #D85CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85CBA

Black with #D85CBA

Text Example


Text Example

White with #D85CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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