Html Css Color HEX #D758B9 Fuchsia

📋 copy color: '#D758B9'

red 215 ◦ green 88 ◦ blue 185

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

Shades of Fuchsia #D758B9

Tints of Fuchsia #D758B9

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.03%

 BLUE value IS 185 (72.66% from 255) = 37.91%

R = 44.06%
G = 18.03%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D758B9 (or 0xD758B9) is known color: Fuchsia. HEX triplet: D7, 58 and B9. RGB value is (215,88,185). Sum of RGB (Red+Green+Blue) = 215+88+185=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 185 (72.66% from 255 or 37.91% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D758B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D758B9 is #28A746. Grayscale: #888888. Windows color (decimal): -2664263 or 12146903. OLE color: 12146903.

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

Color convert

RGB 215 88 185 -
CMYK 0 0.59 0.14 0.16
HSL 314.17º 0.61% 0.59% -
HSV(B) 314.17º 0.59% 0.84% -
XYZ 40.27 24.93 48.59 -
YUV 137.03 155.08 183.61 -
System Red Green Blue C M Y K H S L
Decimal 215 88 185 0 0.59 0.14 0.16 314.17 0.61 0.59
Hex D7 58 B9 0 3B E 10 13A 3D 3B
Octal 327 130 271 0 73 16 20 472 75 73
Binary 11010111 1011000 10111001 0 111011 1110 10000 100111010 111101 111011

Color Harmonies of #D758B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D758B9

Black with #D758B9

Text Example


Text Example

White with #D758B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D758B9; }

 p { color: rgb(215,88,185); }

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

background-color css

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

 a { background-color: rgb(215,88,185); }

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

border-color css

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

 span { border-color: rgb(215,88,185); }

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