Html Css Color HEX #D75AB9 Fuchsia

📋 copy color: '#D75AB9'

red 215 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #D75AB9

Tints of Fuchsia #D75AB9

RGB

 RED value IS 215 (84.38% from 255) = 43.88%

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 43.88%
G = 18.37%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D75AB9 (or 0xD75AB9) is known color: Fuchsia. HEX triplet: D7, 5A and B9. RGB value is (215,90,185). Sum of RGB (Red+Green+Blue) = 215+90+185=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75AB9 is #28A546. Grayscale: #898989. Windows color (decimal): -2663751 or 12147415. OLE color: 12147415.

HSL color Cylindrical-coordinate representation of color #D75AB9: hue angle of 314.4º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D75AB9 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 185 -
CMYK 0 0.58 0.14 0.16
HSL 314.4º 0.61% 0.6% -
HSV(B) 314.4º 0.58% 0.84% -
XYZ 40.44 25.26 48.64 -
YUV 138.21 154.41 182.78 -
System Red Green Blue C M Y K H S L
Decimal 215 90 185 0 0.58 0.14 0.16 314.4 0.61 0.6
Hex D7 5A B9 0 3A E 10 13A 3D 3C
Octal 327 132 271 0 72 16 20 472 75 74
Binary 11010111 1011010 10111001 0 111010 1110 10000 100111010 111101 111100

Color Harmonies of #D75AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AB9

Black with #D75AB9

Text Example


Text Example

White with #D75AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AB9; }

 p { color: rgb(215,90,185); }

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

background-color css

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

 a { background-color: rgb(215,90,185); }

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

border-color css

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

 span { border-color: rgb(215,90,185); }

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