Html Css Color HEX #D75ABC Fuchsia

📋 copy color: '#D75ABC'

red 215 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #D75ABC

Tints of Fuchsia #D75ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.13%

R = 43.61%
G = 18.26%
B = 38.13%

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

#D75ABC (or 0xD75ABC) is known color: Fuchsia. HEX triplet: D7, 5A and BC. RGB value is (215,90,188). Sum of RGB (Red+Green+Blue) = 215+90+188=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ABC is #28A543. Grayscale: #8A8A8A. Windows color (decimal): -2663748 or 12344023. OLE color: 12344023.

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

Color convert

RGB 215 90 188 -
CMYK 0 0.58 0.13 0.16
HSL 312.96º 0.61% 0.6% -
HSV(B) 312.96º 0.58% 0.84% -
XYZ 40.76 25.39 50.33 -
YUV 138.55 155.91 182.53 -
System Red Green Blue C M Y K H S L
Decimal 215 90 188 0 0.58 0.13 0.16 312.96 0.61 0.6
Hex D7 5A BC 0 3A D 10 139 3D 3C
Octal 327 132 274 0 72 15 20 471 75 74
Binary 11010111 1011010 10111100 0 111010 1101 10000 100111001 111101 111100

Color Harmonies of #D75ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ABC

Black with #D75ABC

Text Example


Text Example

White with #D75ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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