Html Css Color HEX #D759B2 Fuchsia

📋 copy color: '#D759B2'

red 215 ◦ green 89 ◦ blue 178

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

Shades of Fuchsia #D759B2

Tints of Fuchsia #D759B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.93%

R = 44.61%
G = 18.46%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D759B2 (or 0xD759B2) is known color: Fuchsia. HEX triplet: D7, 59 and B2. RGB value is (215,89,178). Sum of RGB (Red+Green+Blue) = 215+89+178=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 89 (35.16% from 255 or 18.46% from 482); Blue value is 178 (69.92% from 255 or 36.93% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D759B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D759B2 is #28A64D. Grayscale: #888888. Windows color (decimal): -2664014 or 11688407. OLE color: 11688407.

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

Color convert

RGB 215 89 178 -
CMYK 0 0.59 0.17 0.16
HSL 317.62º 0.61% 0.6% -
HSV(B) 317.62º 0.59% 0.84% -
XYZ 39.63 24.81 44.82 -
YUV 136.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 215 89 178 0 0.59 0.17 0.16 317.62 0.61 0.6
Hex D7 59 B2 0 3B 11 10 13E 3D 3C
Octal 327 131 262 0 73 21 20 476 75 74
Binary 11010111 1011001 10110010 0 111011 10001 10000 100111110 111101 111100

Color Harmonies of #D759B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D759B2

Black with #D759B2

Text Example


Text Example

White with #D759B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D759B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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