Html Css Color HEX #D760B5 Fuchsia

📋 copy color: '#D760B5'

red 215 ◦ green 96 ◦ blue 181

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

Shades of Fuchsia #D760B5

Tints of Fuchsia #D760B5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.51%

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

R = 43.7%
G = 19.51%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D760B5 (or 0xD760B5) is known color: Fuchsia. HEX triplet: D7, 60 and B5. RGB value is (215,96,181). Sum of RGB (Red+Green+Blue) = 215+96+181=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D760B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760B5 is #289F4A. Grayscale: #8D8D8D. Windows color (decimal): -2662219 or 11886807. OLE color: 11886807.

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

Color convert

RGB 215 96 181 -
CMYK 0 0.55 0.16 0.16
HSL 317.14º 0.6% 0.61% -
HSV(B) 317.14º 0.55% 0.84% -
XYZ 40.55 26.15 46.63 -
YUV 141.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 215 96 181 0 0.55 0.16 0.16 317.14 0.6 0.61
Hex D7 60 B5 0 37 10 10 13D 3C 3D
Octal 327 140 265 0 67 20 20 475 74 75
Binary 11010111 1100000 10110101 0 110111 10000 10000 100111101 111100 111101

Color Harmonies of #D760B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760B5

Black with #D760B5

Text Example


Text Example

White with #D760B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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