Html Css Color HEX #D763B2 Fuchsia

📋 copy color: '#D763B2'

red 215 ◦ green 99 ◦ blue 178

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

Shades of Fuchsia #D763B2

Tints of Fuchsia #D763B2

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.12%

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 43.7%
G = 20.12%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D763B2 (or 0xD763B2) is known color: Fuchsia. HEX triplet: D7, 63 and B2. RGB value is (215,99,178). Sum of RGB (Red+Green+Blue) = 215+99+178=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D763B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D763B2 is #289C4D. Grayscale: #8E8E8E. Windows color (decimal): -2661454 or 11690967. OLE color: 11690967.

HSL color Cylindrical-coordinate representation of color #D763B2: hue angle of 319.14º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D763B2 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 99 178 -
CMYK 0 0.54 0.17 0.16
HSL 319.14º 0.59% 0.62% -
HSV(B) 319.14º 0.54% 0.84% -
XYZ 40.52 26.59 45.12 -
YUV 142.69 147.93 179.58 -
System Red Green Blue C M Y K H S L
Decimal 215 99 178 0 0.54 0.17 0.16 319.14 0.59 0.62
Hex D7 63 B2 0 36 11 10 13F 3B 3E
Octal 327 143 262 0 66 21 20 477 73 76
Binary 11010111 1100011 10110010 0 110110 10001 10000 100111111 111011 111110

Color Harmonies of #D763B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D763B2

Black with #D763B2

Text Example


Text Example

White with #D763B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D763B2; }

 p { color: rgb(215,99,178); }

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

background-color css

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

 a { background-color: rgb(215,99,178); }

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

border-color css

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

 span { border-color: rgb(215,99,178); }

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