Html Css Color HEX #D758AF Fuchsia

📋 copy color: '#D758AF'

red 215 ◦ green 88 ◦ blue 175

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

Shades of Fuchsia #D758AF

Tints of Fuchsia #D758AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.61%

R = 44.98%
G = 18.41%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D758AF (or 0xD758AF) is known color: Fuchsia. HEX triplet: D7, 58 and AF. RGB value is (215,88,175). Sum of RGB (Red+Green+Blue) = 215+88+175=478 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.98% from 478); Green value is 88 (34.77% from 255 or 18.41% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 215 - color contains mainly: red. Hex color #D758AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D758AF is #28A750. Grayscale: #878787. Windows color (decimal): -2664273 or 11491543. OLE color: 11491543.

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

Color convert

RGB 215 88 175 -
CMYK 0 0.59 0.19 0.16
HSL 318.9º 0.61% 0.59% -
HSV(B) 318.9º 0.59% 0.84% -
XYZ 39.25 24.52 43.22 -
YUV 135.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 215 88 175 0 0.59 0.19 0.16 318.9 0.61 0.59
Hex D7 58 AF 0 3B 13 10 13F 3D 3B
Octal 327 130 257 0 73 23 20 477 75 73
Binary 11010111 1011000 10101111 0 111011 10011 10000 100111111 111101 111011

Color Harmonies of #D758AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D758AF

Black with #D758AF

Text Example


Text Example

White with #D758AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D758AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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