Html Css Color HEX #D263B7 Fuchsia

📋 copy color: '#D263B7'

red 210 ◦ green 99 ◦ blue 183

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

Shades of Fuchsia #D263B7

Tints of Fuchsia #D263B7

RGB

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

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

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

R = 42.68%
G = 20.12%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D263B7 (or 0xD263B7) is known color: Fuchsia. HEX triplet: D2, 63 and B7. RGB value is (210,99,183). Sum of RGB (Red+Green+Blue) = 210+99+183=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 99 (39.06% from 255 or 20.12% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D263B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263B7 is #2D9C48. Grayscale: #8D8D8D. Windows color (decimal): -2989129 or 12018642. OLE color: 12018642.

HSL color Cylindrical-coordinate representation of color #D263B7: hue angle of 314.59º 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 #D263B7 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 99 183 -
CMYK 0 0.53 0.13 0.18
HSL 314.59º 0.55% 0.61% -
HSV(B) 314.59º 0.53% 0.82% -
XYZ 39.59 26.04 47.74 -
YUV 141.77 151.27 176.67 -
System Red Green Blue C M Y K H S L
Decimal 210 99 183 0 0.53 0.13 0.18 314.59 0.55 0.61
Hex D2 63 B7 0 35 D 12 13B 37 3D
Octal 322 143 267 0 65 15 22 473 67 75
Binary 11010010 1100011 10110111 0 110101 1101 10010 100111011 110111 111101

Color Harmonies of #D263B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D263B7

Black with #D263B7

Text Example


Text Example

White with #D263B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D263B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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