Html Css Color HEX #D75AC0 Fuchsia

📋 copy color: '#D75AC0'

red 215 ◦ green 90 ◦ blue 192

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

Shades of Fuchsia #D75AC0

Tints of Fuchsia #D75AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.63%

R = 43.26%
G = 18.11%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D75AC0 (or 0xD75AC0) is known color: Fuchsia. HEX triplet: D7, 5A and C0. RGB value is (215,90,192). Sum of RGB (Red+Green+Blue) = 215+90+192=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 192 (75.39% from 255 or 38.63% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D75AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75AC0 is #28A53F. Grayscale: #8A8A8A. Windows color (decimal): -2663744 or 12606167. OLE color: 12606167.

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

Color convert

RGB 215 90 192 -
CMYK 0 0.58 0.11 0.16
HSL 311.04º 0.61% 0.6% -
HSV(B) 311.04º 0.58% 0.84% -
XYZ 41.19 25.57 52.63 -
YUV 139 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 215 90 192 0 0.58 0.11 0.16 311.04 0.61 0.6
Hex D7 5A C0 0 3A B 10 137 3D 3C
Octal 327 132 300 0 72 13 20 467 75 74
Binary 11010111 1011010 11000000 0 111010 1011 10000 100110111 111101 111100

Color Harmonies of #D75AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75AC0

Black with #D75AC0

Text Example


Text Example

White with #D75AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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