Html Css Color HEX #D75ABA Fuchsia

📋 copy color: '#D75ABA'

red 215 ◦ green 90 ◦ blue 186

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

Shades of Fuchsia #D75ABA

Tints of Fuchsia #D75ABA

RGB

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

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

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

R = 43.79%
G = 18.33%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D75ABA (or 0xD75ABA) is known color: Fuchsia. HEX triplet: D7, 5A and BA. RGB value is (215,90,186). Sum of RGB (Red+Green+Blue) = 215+90+186=491 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.79% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ABA is #28A545. Grayscale: #8A8A8A. Windows color (decimal): -2663750 or 12212951. OLE color: 12212951.

HSL color Cylindrical-coordinate representation of color #D75ABA: hue angle of 313.92º 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 #D75ABA is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 186 -
CMYK 0 0.58 0.13 0.16
HSL 313.92º 0.61% 0.6% -
HSV(B) 313.92º 0.58% 0.84% -
XYZ 40.54 25.3 49.2 -
YUV 138.32 154.91 182.69 -
System Red Green Blue C M Y K H S L
Decimal 215 90 186 0 0.58 0.13 0.16 313.92 0.61 0.6
Hex D7 5A BA 0 3A D 10 13A 3D 3C
Octal 327 132 272 0 72 15 20 472 75 74
Binary 11010111 1011010 10111010 0 111010 1101 10000 100111010 111101 111100

Color Harmonies of #D75ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ABA

Black with #D75ABA

Text Example


Text Example

White with #D75ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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