Html Css Color HEX #D75AB3 Fuchsia

📋 copy color: '#D75AB3'

red 215 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #D75AB3

Tints of Fuchsia #D75AB3

RGB

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

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

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

R = 44.42%
G = 18.6%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D75AB3 (or 0xD75AB3) is known color: Fuchsia. HEX triplet: D7, 5A and B3. RGB value is (215,90,179). Sum of RGB (Red+Green+Blue) = 215+90+179=484 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.42% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75AB3 is #28A54C. Grayscale: #898989. Windows color (decimal): -2663757 or 11754199. OLE color: 11754199.

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

Color convert

RGB 215 90 179 -
CMYK 0 0.58 0.17 0.16
HSL 317.28º 0.61% 0.6% -
HSV(B) 317.28º 0.58% 0.84% -
XYZ 39.82 25.01 45.38 -
YUV 137.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 215 90 179 0 0.58 0.17 0.16 317.28 0.61 0.6
Hex D7 5A B3 0 3A 11 10 13D 3D 3C
Octal 327 132 263 0 72 21 20 475 75 74
Binary 11010111 1011010 10110011 0 111010 10001 10000 100111101 111101 111100

Color Harmonies of #D75AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AB3

Black with #D75AB3

Text Example


Text Example

White with #D75AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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