Html Css Color HEX #D85DBA Fuchsia

📋 copy color: '#D85DBA'

red 216 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #D85DBA

Tints of Fuchsia #D85DBA

RGB

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

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

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

R = 43.64%
G = 18.79%
B = 37.58%

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

#D85DBA (or 0xD85DBA) is known color: Fuchsia. HEX triplet: D8, 5D and BA. RGB value is (216,93,186). Sum of RGB (Red+Green+Blue) = 216+93+186=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85DBA is #27A245. Grayscale: #8C8C8C. Windows color (decimal): -2597446 or 12213720. OLE color: 12213720.

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

Color convert

RGB 216 93 186 -
CMYK 0 0.57 0.14 0.15
HSL 314.63º 0.61% 0.61% -
HSV(B) 314.63º 0.57% 0.85% -
XYZ 41.1 25.97 49.3 -
YUV 140.38 153.75 181.94 -
System Red Green Blue C M Y K H S L
Decimal 216 93 186 0 0.57 0.14 0.15 314.63 0.61 0.61
Hex D8 5D BA 0 39 E F 13B 3D 3D
Octal 330 135 272 0 71 16 17 473 75 75
Binary 11011000 1011101 10111010 0 111001 1110 1111 100111011 111101 111101

Color Harmonies of #D85DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85DBA

Black with #D85DBA

Text Example


Text Example

White with #D85DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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