Html Css Color HEX #D757B1 Fuchsia

📋 copy color: '#D757B1'

red 215 ◦ green 87 ◦ blue 177

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

Shades of Fuchsia #D757B1

Tints of Fuchsia #D757B1

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.16%

 BLUE value IS 177 (69.53% from 255) = 36.95%

R = 44.89%
G = 18.16%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D757B1 (or 0xD757B1) is known color: Fuchsia. HEX triplet: D7, 57 and B1. RGB value is (215,87,177). Sum of RGB (Red+Green+Blue) = 215+87+177=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 177 (69.53% from 255 or 36.95% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D757B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D757B1 is #28A84E. Grayscale: #878787. Windows color (decimal): -2664527 or 11622359. OLE color: 11622359.

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

Color convert

RGB 215 87 177 -
CMYK 0 0.60 0.18 0.16
HSL 317.81º 0.62% 0.59% -
HSV(B) 317.81º 0.6% 0.84% -
XYZ 39.37 24.44 44.24 -
YUV 135.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 215 87 177 0 0.60 0.18 0.16 317.81 0.62 0.59
Hex D7 57 B1 0 3C 12 10 13E 3E 3B
Octal 327 127 261 0 74 22 20 476 76 73
Binary 11010111 1010111 10110001 0 111100 10010 10000 100111110 111110 111011

Color Harmonies of #D757B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D757B1

Black with #D757B1

Text Example


Text Example

White with #D757B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D757B1; }

 p { color: rgb(215,87,177); }

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

background-color css

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

 a { background-color: rgb(215,87,177); }

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

border-color css

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

 span { border-color: rgb(215,87,177); }

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