Html Css Color HEX #D356BC Fuchsia

📋 copy color: '#D356BC'

red 211 ◦ green 86 ◦ blue 188

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

Shades of Fuchsia #D356BC

Tints of Fuchsia #D356BC

RGB

 RED value IS 211 (82.81% from 255) = 43.51%

 GREEN value IS 86 (33.98% from 255) = 17.73%

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

R = 43.51%
G = 17.73%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D356BC (or 0xD356BC) is known color: Fuchsia. HEX triplet: D3, 56 and BC. RGB value is (211,86,188). Sum of RGB (Red+Green+Blue) = 211+86+188=485 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.51% from 485); Green value is 86 (33.98% from 255 or 17.73% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 211 - color contains mainly: red. Hex color #D356BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D356BC is #2CA943. Grayscale: #868686. Windows color (decimal): -2926916 or 12342995. OLE color: 12342995.

HSL color Cylindrical-coordinate representation of color #D356BC: hue angle of 311.04º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D356BC is Cyan = 0, Magento = 0.59, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 86 188 -
CMYK 0 0.59 0.11 0.17
HSL 311.04º 0.59% 0.58% -
HSV(B) 311.04º 0.59% 0.83% -
XYZ 39.27 24.14 50.17 -
YUV 135 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 211 86 188 0 0.59 0.11 0.17 311.04 0.59 0.58
Hex D3 56 BC 0 3B B 11 137 3B 3A
Octal 323 126 274 0 73 13 21 467 73 72
Binary 11010011 1010110 10111100 0 111011 1011 10001 100110111 111011 111010

Color Harmonies of #D356BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D356BC

Black with #D356BC

Text Example


Text Example

White with #D356BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D356BC; }

 p { color: rgb(211,86,188); }

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

background-color css

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

 a { background-color: rgb(211,86,188); }

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

border-color css

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

 span { border-color: rgb(211,86,188); }

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