Html Css Color HEX #D263C2 Fuchsia

📋 copy color: '#D263C2'

red 210 ◦ green 99 ◦ blue 194

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

Shades of Fuchsia #D263C2

Tints of Fuchsia #D263C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.57%

R = 41.75%
G = 19.68%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D263C2 (or 0xD263C2) is known color: Fuchsia. HEX triplet: D2, 63 and C2. RGB value is (210,99,194). Sum of RGB (Red+Green+Blue) = 210+99+194=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D263C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263C2 is #2D9C3D. Grayscale: #8E8E8E. Windows color (decimal): -2989118 or 12739538. OLE color: 12739538.

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

Color convert

RGB 210 99 194 -
CMYK 0 0.53 0.08 0.18
HSL 308.65º 0.55% 0.61% -
HSV(B) 308.65º 0.53% 0.82% -
XYZ 40.78 26.52 54.01 -
YUV 143.02 156.77 175.78 -
System Red Green Blue C M Y K H S L
Decimal 210 99 194 0 0.53 0.08 0.18 308.65 0.55 0.61
Hex D2 63 C2 0 35 8 12 135 37 3D
Octal 322 143 302 0 65 10 22 465 67 75
Binary 11010010 1100011 11000010 0 110101 1000 10010 100110101 110111 111101

Color Harmonies of #D263C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D263C2

Black with #D263C2

Text Example


Text Example

White with #D263C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D263C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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