Html Css Color HEX #D75ABB Fuchsia

📋 copy color: '#D75ABB'

red 215 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #D75ABB

Tints of Fuchsia #D75ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.01%

R = 43.7%
G = 18.29%
B = 38.01%

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

#D75ABB (or 0xD75ABB) is known color: Fuchsia. HEX triplet: D7, 5A and BB. RGB value is (215,90,187). Sum of RGB (Red+Green+Blue) = 215+90+187=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D75ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D75ABB is #28A544. Grayscale: #8A8A8A. Windows color (decimal): -2663749 or 12278487. OLE color: 12278487.

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

Color convert

RGB 215 90 187 -
CMYK 0 0.58 0.13 0.16
HSL 313.44º 0.61% 0.6% -
HSV(B) 313.44º 0.58% 0.84% -
XYZ 40.65 25.35 49.76 -
YUV 138.43 155.41 182.61 -
System Red Green Blue C M Y K H S L
Decimal 215 90 187 0 0.58 0.13 0.16 313.44 0.61 0.6
Hex D7 5A BB 0 3A D 10 139 3D 3C
Octal 327 132 273 0 72 15 20 471 75 74
Binary 11010111 1011010 10111011 0 111010 1101 10000 100111001 111101 111100

Color Harmonies of #D75ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75ABB

Black with #D75ABB

Text Example


Text Example

White with #D75ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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