Html Css Color HEX #D754BB Fuchsia

📋 copy color: '#D754BB'

red 215 ◦ green 84 ◦ blue 187

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

Shades of Fuchsia #D754BB

Tints of Fuchsia #D754BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.28%

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

R = 44.24%
G = 17.28%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D754BB (or 0xD754BB) is known color: Fuchsia. HEX triplet: D7, 54 and BB. RGB value is (215,84,187). Sum of RGB (Red+Green+Blue) = 215+84+187=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D754BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754BB is #28AB44. Grayscale: #868686. Windows color (decimal): -2665285 or 12276951. OLE color: 12276951.

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

Color convert

RGB 215 84 187 -
CMYK 0 0.61 0.13 0.16
HSL 312.82º 0.62% 0.59% -
HSV(B) 312.82º 0.61% 0.84% -
XYZ 40.16 24.38 49.6 -
YUV 134.91 157.4 185.12 -
System Red Green Blue C M Y K H S L
Decimal 215 84 187 0 0.61 0.13 0.16 312.82 0.62 0.59
Hex D7 54 BB 0 3D D 10 139 3E 3B
Octal 327 124 273 0 75 15 20 471 76 73
Binary 11010111 1010100 10111011 0 111101 1101 10000 100111001 111110 111011

Color Harmonies of #D754BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D754BB

Black with #D754BB

Text Example


Text Example

White with #D754BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D754BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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