Html Css Color HEX #D75AB7 Fuchsia

📋 copy color: '#D75AB7'

red 215 ◦ green 90 ◦ blue 183

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

Shades of Fuchsia #D75AB7

Tints of Fuchsia #D75AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.5%

R = 44.06%
G = 18.44%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D75AB7 (or 0xD75AB7) is known color: Fuchsia. HEX triplet: D7, 5A and B7. RGB value is (215,90,183). Sum of RGB (Red+Green+Blue) = 215+90+183=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 90 (35.55% from 255 or 18.44% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75AB7 is #28A548. Grayscale: #898989. Windows color (decimal): -2663753 or 12016343. OLE color: 12016343.

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

Color convert

RGB 215 90 183 -
CMYK 0 0.58 0.15 0.16
HSL 315.36º 0.61% 0.6% -
HSV(B) 315.36º 0.58% 0.84% -
XYZ 40.23 25.18 47.54 -
YUV 137.98 153.41 182.94 -
System Red Green Blue C M Y K H S L
Decimal 215 90 183 0 0.58 0.15 0.16 315.36 0.61 0.6
Hex D7 5A B7 0 3A F 10 13B 3D 3C
Octal 327 132 267 0 72 17 20 473 75 74
Binary 11010111 1011010 10110111 0 111010 1111 10000 100111011 111101 111100

Color Harmonies of #D75AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AB7

Black with #D75AB7

Text Example


Text Example

White with #D75AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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