Html Css Color HEX #D755B1 Fuchsia

📋 copy color: '#D755B1'

red 215 ◦ green 85 ◦ blue 177

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

Shades of Fuchsia #D755B1

Tints of Fuchsia #D755B1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.82%

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

R = 45.07%
G = 17.82%
B = 37.11%

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

#D755B1 (or 0xD755B1) is known color: Fuchsia. HEX triplet: D7, 55 and B1. RGB value is (215,85,177). Sum of RGB (Red+Green+Blue) = 215+85+177=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 85 (33.59% from 255 or 17.82% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D755B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D755B1 is #28AA4E. Grayscale: #868686. Windows color (decimal): -2665039 or 11621847. OLE color: 11621847.

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

Color convert

RGB 215 85 177 -
CMYK 0 0.60 0.18 0.16
HSL 317.54º 0.62% 0.59% -
HSV(B) 317.54º 0.6% 0.84% -
XYZ 39.21 24.12 44.18 -
YUV 134.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 215 85 177 0 0.60 0.18 0.16 317.54 0.62 0.59
Hex D7 55 B1 0 3C 12 10 13E 3E 3B
Octal 327 125 261 0 74 22 20 476 76 73
Binary 11010111 1010101 10110001 0 111100 10010 10000 100111110 111110 111011

Color Harmonies of #D755B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D755B1

Black with #D755B1

Text Example


Text Example

White with #D755B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D755B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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