Html Css Color HEX #D755B5 Fuchsia

📋 copy color: '#D755B5'

red 215 ◦ green 85 ◦ blue 181

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

Shades of Fuchsia #D755B5

Tints of Fuchsia #D755B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.63%

R = 44.7%
G = 17.67%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D755B5 (or 0xD755B5) is known color: Fuchsia. HEX triplet: D7, 55 and B5. RGB value is (215,85,181). Sum of RGB (Red+Green+Blue) = 215+85+181=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D755B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755B5 is #28AA4A. Grayscale: #868686. Windows color (decimal): -2665035 or 11883991. OLE color: 11883991.

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

Color convert

RGB 215 85 181 -
CMYK 0 0.60 0.16 0.16
HSL 315.69º 0.62% 0.59% -
HSV(B) 315.69º 0.6% 0.84% -
XYZ 39.61 24.28 46.31 -
YUV 134.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 215 85 181 0 0.60 0.16 0.16 315.69 0.62 0.59
Hex D7 55 B5 0 3C 10 10 13C 3E 3B
Octal 327 125 265 0 74 20 20 474 76 73
Binary 11010111 1010101 10110101 0 111100 10000 10000 100111100 111110 111011

Color Harmonies of #D755B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D755B5

Black with #D755B5

Text Example


Text Example

White with #D755B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D755B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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