Html Css Color HEX #D750B9 Fuchsia

📋 copy color: '#D750B9'

red 215 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #D750B9

Tints of Fuchsia #D750B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.54%

R = 44.79%
G = 16.67%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D750B9 (or 0xD750B9) is known color: Fuchsia. HEX triplet: D7, 50 and B9. RGB value is (215,80,185). Sum of RGB (Red+Green+Blue) = 215+80+185=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 80 (31.64% from 255 or 16.67% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D750B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750B9 is #28AF46. Grayscale: #848484. Windows color (decimal): -2666311 or 12144855. OLE color: 12144855.

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

Color convert

RGB 215 80 185 -
CMYK 0 0.63 0.14 0.16
HSL 313.33º 0.63% 0.58% -
HSV(B) 313.33º 0.63% 0.84% -
XYZ 39.65 23.69 48.38 -
YUV 132.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 215 80 185 0 0.63 0.14 0.16 313.33 0.63 0.58
Hex D7 50 B9 0 3F E 10 139 3F 3A
Octal 327 120 271 0 77 16 20 471 77 72
Binary 11010111 1010000 10111001 0 111111 1110 10000 100111001 111111 111010

Color Harmonies of #D750B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750B9

Black with #D750B9

Text Example


Text Example

White with #D750B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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