Html Css Color HEX #D263B1 Fuchsia

📋 copy color: '#D263B1'

red 210 ◦ green 99 ◦ blue 177

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

Shades of Fuchsia #D263B1

Tints of Fuchsia #D263B1

RGB

 RED value IS 210 (82.42% from 255) = 43.21%

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

 BLUE value IS 177 (69.53% from 255) = 36.42%

R = 43.21%
G = 20.37%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D263B1 (or 0xD263B1) is known color: Fuchsia. HEX triplet: D2, 63 and B1. RGB value is (210,99,177). Sum of RGB (Red+Green+Blue) = 210+99+177=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D263B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D263B1 is #2D9C4E. Grayscale: #8C8C8C. Windows color (decimal): -2989135 or 11625426. OLE color: 11625426.

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

Color convert

RGB 210 99 177 -
CMYK 0 0.53 0.16 0.18
HSL 317.84º 0.55% 0.61% -
HSV(B) 317.84º 0.53% 0.82% -
XYZ 38.98 25.8 44.52 -
YUV 141.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 210 99 177 0 0.53 0.16 0.18 317.84 0.55 0.61
Hex D2 63 B1 0 35 10 12 13E 37 3D
Octal 322 143 261 0 65 20 22 476 67 75
Binary 11010010 1100011 10110001 0 110101 10000 10010 100111110 110111 111101

Color Harmonies of #D263B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D263B1

Black with #D263B1

Text Example


Text Example

White with #D263B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D263B1; }

 p { color: rgb(210,99,177); }

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

background-color css

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

 a { background-color: rgb(210,99,177); }

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

border-color css

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

 span { border-color: rgb(210,99,177); }

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