Html Css Color HEX #D759B0 Fuchsia

📋 copy color: '#D759B0'

red 215 ◦ green 89 ◦ blue 176

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

Shades of Fuchsia #D759B0

Tints of Fuchsia #D759B0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.54%

 BLUE value IS 176 (69.14% from 255) = 36.67%

R = 44.79%
G = 18.54%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D759B0 (or 0xD759B0) is known color: Fuchsia. HEX triplet: D7, 59 and B0. RGB value is (215,89,176). Sum of RGB (Red+Green+Blue) = 215+89+176=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D759B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D759B0 is #28A64F. Grayscale: #888888. Windows color (decimal): -2664016 or 11557335. OLE color: 11557335.

HSL color Cylindrical-coordinate representation of color #D759B0: hue angle of 318.57º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D759B0 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 89 176 -
CMYK 0 0.59 0.18 0.16
HSL 318.57º 0.61% 0.6% -
HSV(B) 318.57º 0.59% 0.84% -
XYZ 39.43 24.73 43.77 -
YUV 136.59 150.24 183.93 -
System Red Green Blue C M Y K H S L
Decimal 215 89 176 0 0.59 0.18 0.16 318.57 0.61 0.6
Hex D7 59 B0 0 3B 12 10 13F 3D 3C
Octal 327 131 260 0 73 22 20 477 75 74
Binary 11010111 1011001 10110000 0 111011 10010 10000 100111111 111101 111100

Color Harmonies of #D759B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D759B0

Black with #D759B0

Text Example


Text Example

White with #D759B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D759B0; }

 p { color: rgb(215,89,176); }

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

background-color css

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

 a { background-color: rgb(215,89,176); }

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

border-color css

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

 span { border-color: rgb(215,89,176); }

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