Html Css Color HEX #D755BB Fuchsia

📋 copy color: '#D755BB'

red 215 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #D755BB

Tints of Fuchsia #D755BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 44.15%
G = 17.45%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D755BB (or 0xD755BB) is known color: Fuchsia. HEX triplet: D7, 55 and BB. RGB value is (215,85,187). Sum of RGB (Red+Green+Blue) = 215+85+187=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 85 (33.59% from 255 or 17.45% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D755BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D755BB is #28AA44. Grayscale: #878787. Windows color (decimal): -2665029 or 12277207. OLE color: 12277207.

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

Color convert

RGB 215 85 187 -
CMYK 0 0.60 0.13 0.16
HSL 312.92º 0.62% 0.59% -
HSV(B) 312.92º 0.6% 0.84% -
XYZ 40.24 24.53 49.63 -
YUV 135.5 157.07 184.71 -
System Red Green Blue C M Y K H S L
Decimal 215 85 187 0 0.60 0.13 0.16 312.92 0.62 0.59
Hex D7 55 BB 0 3C D 10 139 3E 3B
Octal 327 125 273 0 74 15 20 471 76 73
Binary 11010111 1010101 10111011 0 111100 1101 10000 100111001 111110 111011

Color Harmonies of #D755BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D755BB

Black with #D755BB

Text Example


Text Example

White with #D755BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D755BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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