Html Css Color HEX #D85ABD Fuchsia

📋 copy color: '#D85ABD'

red 216 ◦ green 90 ◦ blue 189

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

Shades of Fuchsia #D85ABD

Tints of Fuchsia #D85ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.18%

 BLUE value IS 189 (74.22% from 255) = 38.18%

R = 43.64%
G = 18.18%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D85ABD (or 0xD85ABD) is known color: Fuchsia. HEX triplet: D8, 5A and BD. RGB value is (216,90,189). Sum of RGB (Red+Green+Blue) = 216+90+189=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 90 (35.55% from 255 or 18.18% from 495); Blue value is 189 (74.22% from 255 or 38.18% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D85ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D85ABD is #27A542. Grayscale: #8A8A8A. Windows color (decimal): -2598211 or 12409560. OLE color: 12409560.

HSL color Cylindrical-coordinate representation of color #D85ABD: hue angle of 312.86º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85ABD is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 90 189 -
CMYK 0 0.58 0.12 0.15
HSL 312.86º 0.62% 0.6% -
HSV(B) 312.86º 0.58% 0.85% -
XYZ 41.16 25.59 50.91 -
YUV 138.96 156.24 182.95 -
System Red Green Blue C M Y K H S L
Decimal 216 90 189 0 0.58 0.12 0.15 312.86 0.62 0.6
Hex D8 5A BD 0 3A C F 139 3E 3C
Octal 330 132 275 0 72 14 17 471 76 74
Binary 11011000 1011010 10111101 0 111010 1100 1111 100111001 111110 111100

Color Harmonies of #D85ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85ABD

Black with #D85ABD

Text Example


Text Example

White with #D85ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85ABD; }

 p { color: rgb(216,90,189); }

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

background-color css

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

 a { background-color: rgb(216,90,189); }

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

border-color css

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

 span { border-color: rgb(216,90,189); }

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