Html Css Color HEX #D85DB3 Fuchsia

📋 copy color: '#D85DB3'

red 216 ◦ green 93 ◦ blue 179

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

Shades of Fuchsia #D85DB3

Tints of Fuchsia #D85DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.68%

R = 44.26%
G = 19.06%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D85DB3 (or 0xD85DB3) is known color: Fuchsia. HEX triplet: D8, 5D and B3. RGB value is (216,93,179). Sum of RGB (Red+Green+Blue) = 216+93+179=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DB3 is #27A24C. Grayscale: #8B8B8B. Windows color (decimal): -2597453 or 11754968. OLE color: 11754968.

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

Color convert

RGB 216 93 179 -
CMYK 0 0.57 0.17 0.15
HSL 318.05º 0.61% 0.61% -
HSV(B) 318.05º 0.57% 0.85% -
XYZ 40.37 25.68 45.48 -
YUV 139.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 216 93 179 0 0.57 0.17 0.15 318.05 0.61 0.61
Hex D8 5D B3 0 39 11 F 13E 3D 3D
Octal 330 135 263 0 71 21 17 476 75 75
Binary 11011000 1011101 10110011 0 111001 10001 1111 100111110 111101 111101

Color Harmonies of #D85DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DB3

Black with #D85DB3

Text Example


Text Example

White with #D85DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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