Html Css Color HEX #D761B7 Fuchsia

📋 copy color: '#D761B7'

red 215 ◦ green 97 ◦ blue 183

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

Shades of Fuchsia #D761B7

Tints of Fuchsia #D761B7

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.6%

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

R = 43.43%
G = 19.6%
B = 36.97%

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

#D761B7 (or 0xD761B7) is known color: Fuchsia. HEX triplet: D7, 61 and B7. RGB value is (215,97,183). Sum of RGB (Red+Green+Blue) = 215+97+183=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 183 (71.88% from 255 or 36.97% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D761B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761B7 is #289E48. Grayscale: #8D8D8D. Windows color (decimal): -2661961 or 12018135. OLE color: 12018135.

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

Color convert

RGB 215 97 183 -
CMYK 0 0.55 0.15 0.16
HSL 316.27º 0.6% 0.61% -
HSV(B) 316.27º 0.55% 0.84% -
XYZ 40.85 26.42 47.75 -
YUV 142.09 151.09 180.01 -
System Red Green Blue C M Y K H S L
Decimal 215 97 183 0 0.55 0.15 0.16 316.27 0.6 0.61
Hex D7 61 B7 0 37 F 10 13C 3C 3D
Octal 327 141 267 0 67 17 20 474 74 75
Binary 11010111 1100001 10110111 0 110111 1111 10000 100111100 111100 111101

Color Harmonies of #D761B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D761B7

Black with #D761B7

Text Example


Text Example

White with #D761B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D761B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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