Html Css Color HEX #D761B9 Fuchsia

📋 copy color: '#D761B9'

red 215 ◦ green 97 ◦ blue 185

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

Shades of Fuchsia #D761B9

Tints of Fuchsia #D761B9

RGB

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

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

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

R = 43.26%
G = 19.52%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D761B9 (or 0xD761B9) is known color: Fuchsia. HEX triplet: D7, 61 and B9. RGB value is (215,97,185). Sum of RGB (Red+Green+Blue) = 215+97+185=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D761B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D761B9 is #289E46. Grayscale: #8E8E8E. Windows color (decimal): -2661959 or 12149207. OLE color: 12149207.

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

Color convert

RGB 215 97 185 -
CMYK 0 0.55 0.14 0.16
HSL 315.25º 0.6% 0.61% -
HSV(B) 315.25º 0.55% 0.84% -
XYZ 41.06 26.5 48.85 -
YUV 142.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 215 97 185 0 0.55 0.14 0.16 315.25 0.6 0.61
Hex D7 61 B9 0 37 E 10 13B 3C 3D
Octal 327 141 271 0 67 16 20 473 74 75
Binary 11010111 1100001 10111001 0 110111 1110 10000 100111011 111100 111101

Color Harmonies of #D761B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D761B9

Black with #D761B9

Text Example


Text Example

White with #D761B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D761B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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