Html Css Color HEX #D750B5 Fuchsia

📋 copy color: '#D750B5'

red 215 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #D750B5

Tints of Fuchsia #D750B5

RGB

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

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

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

R = 45.17%
G = 16.81%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D750B5 (or 0xD750B5) is known color: Fuchsia. HEX triplet: D7, 50 and B5. RGB value is (215,80,181). Sum of RGB (Red+Green+Blue) = 215+80+181=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D750B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D750B5 is #28AF4A. Grayscale: #838383. Windows color (decimal): -2666315 or 11882711. OLE color: 11882711.

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

Color convert

RGB 215 80 181 -
CMYK 0 0.63 0.16 0.16
HSL 315.11º 0.63% 0.58% -
HSV(B) 315.11º 0.63% 0.84% -
XYZ 39.23 23.52 46.19 -
YUV 131.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 215 80 181 0 0.63 0.16 0.16 315.11 0.63 0.58
Hex D7 50 B5 0 3F 10 10 13B 3F 3A
Octal 327 120 265 0 77 20 20 473 77 72
Binary 11010111 1010000 10110101 0 111111 10000 10000 100111011 111111 111010

Color Harmonies of #D750B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D750B5

Black with #D750B5

Text Example


Text Example

White with #D750B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D750B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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