Html Css Color HEX #D85DB1 Fuchsia

📋 copy color: '#D85DB1'

red 216 ◦ green 93 ◦ blue 177

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

Shades of Fuchsia #D85DB1

Tints of Fuchsia #D85DB1

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.14%

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

R = 44.44%
G = 19.14%
B = 36.42%

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

#D85DB1 (or 0xD85DB1) is known color: Fuchsia. HEX triplet: D8, 5D and B1. RGB value is (216,93,177). Sum of RGB (Red+Green+Blue) = 216+93+177=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 93 (36.72% from 255 or 19.14% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DB1 is #27A24E. Grayscale: #8B8B8B. Windows color (decimal): -2597455 or 11623896. OLE color: 11623896.

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

Color convert

RGB 216 93 177 -
CMYK 0 0.57 0.18 0.15
HSL 319.02º 0.61% 0.61% -
HSV(B) 319.02º 0.57% 0.85% -
XYZ 40.17 25.6 44.42 -
YUV 139.35 149.25 182.67 -
System Red Green Blue C M Y K H S L
Decimal 216 93 177 0 0.57 0.18 0.15 319.02 0.61 0.61
Hex D8 5D B1 0 39 12 F 13F 3D 3D
Octal 330 135 261 0 71 22 17 477 75 75
Binary 11011000 1011101 10110001 0 111001 10010 1111 100111111 111101 111101

Color Harmonies of #D85DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DB1

Black with #D85DB1

Text Example


Text Example

White with #D85DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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