Html Css Color HEX #D263BC Fuchsia

📋 copy color: '#D263BC'

red 210 ◦ green 99 ◦ blue 188

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

Shades of Fuchsia #D263BC

Tints of Fuchsia #D263BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.83%

R = 42.25%
G = 19.92%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D263BC (or 0xD263BC) is known color: Fuchsia. HEX triplet: D2, 63 and BC. RGB value is (210,99,188). Sum of RGB (Red+Green+Blue) = 210+99+188=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D263BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263BC is #2D9C43. Grayscale: #8E8E8E. Windows color (decimal): -2989124 or 12346322. OLE color: 12346322.

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

Color convert

RGB 210 99 188 -
CMYK 0 0.53 0.10 0.18
HSL 311.89º 0.55% 0.61% -
HSV(B) 311.89º 0.53% 0.82% -
XYZ 40.12 26.26 50.53 -
YUV 142.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 210 99 188 0 0.53 0.10 0.18 311.89 0.55 0.61
Hex D2 63 BC 0 35 A 12 138 37 3D
Octal 322 143 274 0 65 12 22 470 67 75
Binary 11010010 1100011 10111100 0 110101 1010 10010 100111000 110111 111101

Color Harmonies of #D263BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D263BC

Black with #D263BC

Text Example


Text Example

White with #D263BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D263BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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