Html Css Color HEX #D750BB Fuchsia

📋 copy color: '#D750BB'

red 215 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #D750BB

Tints of Fuchsia #D750BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.6%

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

R = 44.61%
G = 16.6%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D750BB (or 0xD750BB) is known color: Fuchsia. HEX triplet: D7, 50 and BB. RGB value is (215,80,187). Sum of RGB (Red+Green+Blue) = 215+80+187=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 80 (31.64% from 255 or 16.60% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D750BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750BB is #28AF44. Grayscale: #848484. Windows color (decimal): -2666309 or 12275927. OLE color: 12275927.

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

Color convert

RGB 215 80 187 -
CMYK 0 0.63 0.13 0.16
HSL 312.44º 0.63% 0.58% -
HSV(B) 312.44º 0.63% 0.84% -
XYZ 39.86 23.77 49.5 -
YUV 132.56 158.73 186.8 -
System Red Green Blue C M Y K H S L
Decimal 215 80 187 0 0.63 0.13 0.16 312.44 0.63 0.58
Hex D7 50 BB 0 3F D 10 138 3F 3A
Octal 327 120 273 0 77 15 20 470 77 72
Binary 11010111 1010000 10111011 0 111111 1101 10000 100111000 111111 111010

Color Harmonies of #D750BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750BB

Black with #D750BB

Text Example


Text Example

White with #D750BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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