Html Css Color HEX #D760B7 Fuchsia

📋 copy color: '#D760B7'

red 215 ◦ green 96 ◦ blue 183

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

Shades of Fuchsia #D760B7

Tints of Fuchsia #D760B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 43.52%
G = 19.43%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D760B7 (or 0xD760B7) is known color: Fuchsia. HEX triplet: D7, 60 and B7. RGB value is (215,96,183). Sum of RGB (Red+Green+Blue) = 215+96+183=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D760B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760B7 is #289F48. Grayscale: #8D8D8D. Windows color (decimal): -2662217 or 12017879. OLE color: 12017879.

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

Color convert

RGB 215 96 183 -
CMYK 0 0.55 0.15 0.16
HSL 316.13º 0.6% 0.61% -
HSV(B) 316.13º 0.55% 0.84% -
XYZ 40.75 26.23 47.71 -
YUV 141.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 215 96 183 0 0.55 0.15 0.16 316.13 0.6 0.61
Hex D7 60 B7 0 37 F 10 13C 3C 3D
Octal 327 140 267 0 67 17 20 474 74 75
Binary 11010111 1100000 10110111 0 110111 1111 10000 100111100 111100 111101

Color Harmonies of #D760B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D760B7

Black with #D760B7

Text Example


Text Example

White with #D760B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D760B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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